Use client_id to avoid error message in new Keycloak version
This commit is contained in:
parent
9c5ca489f0
commit
2754245f78
|
|
@ -10,7 +10,7 @@ let logoutRedirectUrl = import.meta.env.VITE_LOGOUT_REDIRECT || "/";
|
||||||
if (import.meta.env.VITE_OAUTH_API_BASE_URL) {
|
if (import.meta.env.VITE_OAUTH_API_BASE_URL) {
|
||||||
logoutRedirectUrl = `${
|
logoutRedirectUrl = `${
|
||||||
import.meta.env.VITE_OAUTH_API_BASE_URL
|
import.meta.env.VITE_OAUTH_API_BASE_URL
|
||||||
}logout/?post_logout_redirect_uri=${window.location.origin}`;
|
}logout/?post_logout_redirect_uri=${window.location.origin}&client_id=iterativ`;
|
||||||
}
|
}
|
||||||
|
|
||||||
const AVAILABLE_LANGUAGES = ["de", "fr", "it"];
|
const AVAILABLE_LANGUAGES = ["de", "fr", "it"];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue