Skip to content

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

Open
ashfame wants to merge 2 commits intobshaffer:mainfrom
ashfame:authorize_endpoint_nonce_fix_for_post_request
Open

pick up nonce correctly in authorize endpoint since it could be a POST request as well#1032
ashfame wants to merge 2 commits intobshaffer:mainfrom
ashfame:authorize_endpoint_nonce_fix_for_post_request

Conversation

@ashfame
Copy link
Copy Markdown

@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