Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Include nonce in Authorization Code flow #1121

Closed
wants to merge 2 commits into from

Conversation

Steven-Chan
Copy link

This PR aims to support nonce in Authorization Code flow.

This library does not support hybrid flow. On the other hand, it only includes nonce if the response_type if id_token. There is no way to generate a nonce when an application needs to acquire access_token from the OIDC server.

Checking if openid appears in scope value seems to be the minimal modification to support this feature.

@Steven-Chan
Copy link
Author

@brockallen I just found this issue #813, seems this PR has done the work :)

@brockallen
Copy link
Member

brockallen commented Jul 21, 2020

Sorry for the delay -- you're looking to make this library support hybrid flow? If so, why if you have code flow + PKCE?

@brockallen
Copy link
Member

I don't wish to expand this library to support hybrid, so I'll close this. Sorry.

@brockallen brockallen closed this Jan 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants