authGuard acc. lejdiprifti.com

This commit is contained in:
2024-05-22 09:31:31 -05:00
parent 214327031c
commit 8fba3aa832
6 changed files with 198 additions and 109 deletions

View File

@@ -24,6 +24,11 @@ export class KeycloakInitializerService {
onLoad: 'check-sso',
silentCheckSsoRedirectUri: (<any>window).location.origin + '/assets/silent-check-sso.html',
},
// initOptions: {
// pkceMethod: 'S256',
// redirectUri: environment.keycloak.redirectUri,
// checkLoginIframe: false,
// },
});
logger.info(`--->${authenticated}`);