Login / Logout

This commit is contained in:
2026-05-24 07:16:19 +02:00
parent eeb074f763
commit e946436a42
3 changed files with 39 additions and 23 deletions
-2
View File
@@ -15,8 +15,6 @@ export class KeycloakService {
async init(): Promise<void> {
try {
const authenticated = await this.keycloak.init({
onLoad: 'check-sso',
silentCheckSsoRedirectUri: `${window.location.origin}/assets/silent-check-sso.html`,
pkceMethod: 'S256',
});
this.isAuthenticated.set(authenticated);