Skip to content

Conversation

ashfame
Copy link

@ashfame ashfame commented Sep 21, 2022

This PR fixes the issue of missing nonce in id_token when it's set by the oauth client while hitting the Authorize Endpoint when POST request is used, breaking OIDC compliance.

OIDC Spec specifies both GET and POST are supported for Authorize Endpoint.

Fixes #768 which highlights the same issue

…T request as well

this leads to missing nonce in id_token when set by the oauth client, breaking OIDC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using nonce and POST in Authorization Code Flow fails to set nonce in Id Token
2 participants