diff options
Diffstat (limited to 'src/app/modules/auth/auth.config.ts')
-rw-r--r-- | src/app/modules/auth/auth.config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/modules/auth/auth.config.ts b/src/app/modules/auth/auth.config.ts index 8f8035e..5a7ad9e 100644 --- a/src/app/modules/auth/auth.config.ts +++ b/src/app/modules/auth/auth.config.ts @@ -22,7 +22,7 @@ import { environment } from '../../../environments/environment'; export const authConfig: AuthConfig = { // Url of the Identity Provider - issuer: `${environment.keycloak.hostname}/auth/realms/${environment.keycloak.realm}`, + issuer: `${environment.keycloak.hostname}/realms/${environment.keycloak.realm}`, // URL of the SPA to redirect the user to after login redirectUri: environment.keycloak.redirectUri, |