Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Oct 15, 2024
1 parent 361cce8 commit bf2bb27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions webapp/src/app/core/security/keycloak.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ export class KeycloakService {
async init() {
const authenticated = await this.keycloak.init({
onLoad: 'check-sso',
silentCheckSsoRedirectUri: window.location.origin + '/silent-check-sso.html',
checkLoginIframe: false
silentCheckSsoRedirectUri: environment.clientUrl + '/silent-check-sso.html',
checkLoginIframe: false,
enableLogging: true
});

if (!authenticated) {
Expand Down

0 comments on commit bf2bb27

Please sign in to comment.