Skip to content

Commit

Permalink
let's leave it like this for now
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Oct 15, 2024
1 parent f415b19 commit 6a290c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webapp/src/app/core/security/keycloak.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ export class KeycloakService {

async init() {
const authenticated = await this.keycloak.init({
onLoad: 'check-sso'
// silentCheckSsoRedirectUri: window.location.origin + '/silent-check-sso.html',
// silentCheckSsoFallback: false
onLoad: 'check-sso',
silentCheckSsoRedirectUri: window.location.origin + '/silent-check-sso.html',
silentCheckSsoFallback: false
});

if (!authenticated) {
Expand Down

0 comments on commit 6a290c9

Please sign in to comment.