Skip to content

Commit efc16eb

Browse files
Switch to use demo.identityserver.io
Fixes jeroenheijmans#23
1 parent 9ca2284 commit efc16eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/core/auth-config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { AuthConfig } from 'angular-oauth2-oidc';
22

33
export const authConfig: AuthConfig = {
4-
issuer: 'https://steyer-identity-server.azurewebsites.net/identity',
5-
clientId: 'spa-demo',
4+
issuer: 'https://demo.identityserver.io',
5+
clientId: 'implicit',
66
redirectUri: window.location.origin + '/index.html',
77
silentRefreshRedirectUri: window.location.origin + '/silent-refresh.html',
8-
scope: 'openid profile email',
8+
scope: 'openid profile email api',
99
silentRefreshTimeout: 5000, // For faster testing
1010
timeoutFactor: 0.25, // For faster testing
1111
sessionChecksEnabled: true,

0 commit comments

Comments
 (0)