Issues #47,#42, #35 resolved, request logging erweitert
This commit is contained in:
@@ -20,6 +20,7 @@ export class AuthGuard extends KeycloakAuthGuard {
|
||||
}
|
||||
// Force the user to log in if currently unauthenticated.
|
||||
const authenticated = this.keycloak.isLoggedIn();
|
||||
//this.keycloak.isTokenExpired()
|
||||
if (!this.authenticated && !authenticated) {
|
||||
await this.keycloak.login({
|
||||
redirectUri: window.location.origin + state.url,
|
||||
|
||||
Reference in New Issue
Block a user