Skip to content

Commit

Permalink
fix platform login in safari (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWun authored Jan 18, 2022
1 parent 9a0bfd1 commit 03d35c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/util/keycloak-init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ export const initializeKeycloak = (keycloak: KeycloakService) => (): Promise<
clientId: 'vue-frontend',
},
initOptions: {
onLoad: 'check-sso',
silentCheckSsoRedirectUri:
window.location.origin + '/assets/silent-check-sso.html',
checkLoginIframe: false,
},
enableBearerInterceptor: false,
})
Expand Down

0 comments on commit 03d35c9

Please sign in to comment.