Skip to content

Commit

Permalink
update client id in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen authored and paulmowat committed Oct 14, 2020
1 parent 319ac38 commit c8f45fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/VanillaJS/public/code-identityserver-sample.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c8f45fb

Please sign in to comment.