We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca2284 commit efc16ebCopy full SHA for efc16eb
src/app/core/auth-config.ts
@@ -1,11 +1,11 @@
1
import { AuthConfig } from 'angular-oauth2-oidc';
2
3
export const authConfig: AuthConfig = {
4
- issuer: 'https://steyer-identity-server.azurewebsites.net/identity',
5
- clientId: 'spa-demo',
+ issuer: 'https://demo.identityserver.io',
+ clientId: 'implicit',
6
redirectUri: window.location.origin + '/index.html',
7
silentRefreshRedirectUri: window.location.origin + '/silent-refresh.html',
8
- scope: 'openid profile email',
+ scope: 'openid profile email api',
9
silentRefreshTimeout: 5000, // For faster testing
10
timeoutFactor: 0.25, // For faster testing
11
sessionChecksEnabled: true,
0 commit comments