Skip to content

OIDC updates: PKCE updates#11054

Open
Karuna-Mendix wants to merge 1 commit intodevelopmentfrom
kv-oidc-pkce
Open

OIDC updates: PKCE updates#11054
Karuna-Mendix wants to merge 1 commit intodevelopmentfrom
kv-oidc-pkce

Conversation

@Karuna-Mendix
Copy link
Copy Markdown
Collaborator

No description provided.

* Uses the `nonce` parameter to defend against replay attacks.
* Validates ID-token signatures.
* Uses the Proof Key for Code Exchange (PKCE – pronounced “pixie") security enhancement as per RFC 7636. If your IdP’s well-known endpoint indicates *S256* as value for `code_challenge_methods_supported`, the OIDC Module will automatically apply the PKCE feature. PKCE can be seen as a security add-on to the original OAuth protocol. It is generally recommended to use this feature to be better protected against hackers who try to get access to your app. Customers using EntraID may need to update their well-known endpoint, as EntraID does not automatically publish the `code_challenge_methods_supported` parameter. As a result, PKCE will not be enabled automatically.
* Uses the Proof Key for Code Exchange (PKCE – pronounced “pixie") security enhancement as per RFC 7636. If your IdP’s well-known endpoint indicates *S256* as the value for `code_challenge_methods_supported`, the OIDC Module will automatically apply the PKCE feature. PKCE can be seen as a security add-on to the original OAuth protocol. It is generally recommended to use this feature for better protection against hackers who try to get access to your app. PKCE is enabled by default.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove this sentences as well " If your IdP’s well-known endpoint indicates S256 as the value for code_challenge_methods_supported, the OIDC Module will automatically apply the PKCE feature. "

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants