mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-07 23:50:03 -05:00
KEYCLOAK-10303 configure JS Adapter to use PKCE
This commit is contained in:
committed by
Stian Thorgersen
parent
2916af351a
commit
8a022da30d
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user