From c8f45fbcbf4302a7c9c9684b241526401b3403da Mon Sep 17 00:00:00 2001 From: Brock Allen Date: Tue, 13 Oct 2020 08:41:35 -0400 Subject: [PATCH] update client id in sample --- samples/VanillaJS/public/code-identityserver-sample.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/VanillaJS/public/code-identityserver-sample.js b/samples/VanillaJS/public/code-identityserver-sample.js index a5ad06f6..d87f77f8 100644 --- a/samples/VanillaJS/public/code-identityserver-sample.js +++ b/samples/VanillaJS/public/code-identityserver-sample.js @@ -32,8 +32,8 @@ var url = window.location.origin; var settings = { authority: 'https://demo.identityserver.io', - client_id: 'spa', - //client_id: 'spa.short', + client_id: 'interactive.public', + //client_id: 'interactive.public.short', redirect_uri: url + '/code-identityserver-sample.html', post_logout_redirect_uri: url + '/code-identityserver-sample.html', response_type: 'code',