Skip to content

Commit 381871d

Browse files
authored
Merge pull request #749 from esune/feat/enable-pkce-kc
Enable PKCE for KC IdP integration
2 parents 6da61b1 + 46cb6c7 commit 381871d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker/keycloak/config/keycloak_import.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,9 @@
10991099
"linkOnly": false,
11001100
"firstBrokerLoginFlowAlias": "first broker login",
11011101
"config": {
1102+
"hideOnLoginPage": "false",
11021103
"validateSignature": "true",
1104+
"acceptsPromptNoneForwardFromClient": "false",
11031105
"clientId": "keycloak",
11041106
"forwardParameters": "pres_req_conf_id,back_to_url",
11051107
"tokenUrl": "http://controller:5000/token",
@@ -1110,7 +1112,9 @@
11101112
"clientSecret": "**********",
11111113
"disableUserInfo": "",
11121114
"defaultScope": "vc_authn",
1113-
"useJwksUrl": "true"
1115+
"useJwksUrl": "true",
1116+
"pkceMethod": "S256",
1117+
"pkceEnabled": "true"
11141118
}
11151119
}
11161120
],

0 commit comments

Comments
 (0)