Skip to content
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

pick up nonce correctly in authorize endpoint since it could be a POST request as well #1032

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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
1 participant