8000 Use more concise PKCE method label in OIDC Client config by thomasdarimont · Pull Request #40040 · keycloak/keycloak · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Use more concise PKCE method label in OIDC Client config #40040

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ kc.identity.authc.method=Authentication Method
regexAttributeValues=Regex Attribute Values
otpTypeHelp=totp is Time-Based One Time Password. 'hotp' is a counter base one time password in which the server keeps a counter to hash against.
setAsDefaultAction=Set as default action
keyForCodeExchange=Proof Key for Code Exchange Code Challenge Method
keyForCodeExchange=PKCE Method
7D55 clientProfiles=Client profiles
endpointsHelp=Shows the configuration of the Service Provider endpoint.
mapperTypeLdapAttributeMapper=hardcoded-ldap-attribute-mapper
Expand Down Expand Up @@ -1403,7 +1403,7 @@ searchGroup=Search group
allowCreateHelp=Allow the external identity provider to create a new identifier to represent the principal.
allResults=All results
addressClaim.locality.tooltip=Name of User Attribute, which will be used to map to the 'locality' subclaim inside the 'address' token claim. Defaults to 'locality'.
keyForCodeExchangeHelp=Choose which code challenge method for PKCE is used. If not specified, Keycloak does not apply PKCE to a client unless the client sends an authorization request with an appropriate code challenge and code exchange method.
keyForCodeExchangeHelp=Choose which Proof Key for Code Exchange (PKCE) challenge method is used. If not specified, Keycloak does not apply PKCE to a client unless the client sends an authorization request with an appropriate code challenge and code exchange method.
includeInAccessTokenResponse.tooltip=Should the claim be added to the access token response? Should only be used for informative and non-sensitive data
removeMappingConfirm_one=Are you sure you want to remove this role?
oidcSettings=OpenID Connect settings
Expand Down
Loading
0