We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6da61b1 + 46cb6c7 commit 381871dCopy full SHA for 381871d
docker/keycloak/config/keycloak_import.json
@@ -1099,7 +1099,9 @@
1099
"linkOnly": false,
1100
"firstBrokerLoginFlowAlias": "first broker login",
1101
"config": {
1102
+ "hideOnLoginPage": "false",
1103
"validateSignature": "true",
1104
+ "acceptsPromptNoneForwardFromClient": "false",
1105
"clientId": "keycloak",
1106
"forwardParameters": "pres_req_conf_id,back_to_url",
1107
"tokenUrl": "http://controller:5000/token",
@@ -1110,7 +1112,9 @@
1110
1112
"clientSecret": "**********",
1111
1113
"disableUserInfo": "",
1114
"defaultScope": "vc_authn",
- "useJwksUrl": "true"
1115
+ "useJwksUrl": "true",
1116
+ "pkceMethod": "S256",
1117
+ "pkceEnabled": "true"
1118
}
1119
1120
],
0 commit comments