KEYCLOAK-10303 configure JS Adapter to use PKCE
This commit is contained in:
parent
2916af351a
commit
8a022da30d
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ angular.element(document).ready(function () {
|
|||
location.reload();
|
||||
}
|
||||
|
||||
keycloakAuth.init({ onLoad: 'login-required' }).success(function () {
|
||||
keycloakAuth.init({ onLoad: 'login-required', pkceMethod: 'S256' }).success(function () {
|
||||
auth.authz = keycloakAuth;
|
||||
|
||||
if (auth.authz.idTokenParsed.locale) {
|
||||
|
|
Loading…
Reference in a new issue