Login / Logout
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user