🛂 Removes /auth from KC path (#564)
This commit is contained in:
parent
1f3ed135de
commit
fd2b3d831c
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ class KeycloakAuth {
|
|||
const { auth } = getAppConfig();
|
||||
const { serverUrl, realm, clientId } = auth.keycloak;
|
||||
const initOptions = {
|
||||
url: `${serverUrl}/auth`, realm, clientId, onLoad: 'login-required',
|
||||
url: `${serverUrl}`, realm, clientId, onLoad: 'login-required',
|
||||
};
|
||||
|
||||
this.keycloakClient = Keycloak(initOptions);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue