Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Commit c8f45fb

Browse files
brockallenpaulmowat
authored andcommitted
update client id in sample
1 parent 319ac38 commit c8f45fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/VanillaJS/public/code-identityserver-sample.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ var url = window.location.origin;
3232

3333
var settings = {
3434
authority: 'https://demo.identityserver.io',
35-
client_id: 'spa',
36-
//client_id: 'spa.short',
35+
client_id: 'interactive.public',
36+
//client_id: 'interactive.public.short',
3737
redirect_uri: url + '/code-identityserver-sample.html',
3838
post_logout_redirect_uri: url + '/code-identityserver-sample.html',
3939
response_type: 'code',

0 commit comments

Comments
 (0)