Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Store original encoded and signed identity JWT in OAuth2Credentials #680

Merged
merged 3 commits into from Nov 28, 2016

Conversation

clancychilds
Copy link
Contributor

For some authorization flows, including the Auth0 Delegation flow, the endpoint requires the original signed identity JWT to be sent. To support this, it is necessary to store the JWT alongside the decoded content.

This PR adds id_token_jwt as an element in the OAuth2Credentials. It also adds the logic to populate that element in parts of the flows that receive the identity token.

(This is the second PR for this as a previous PR had bad commit email addresses and was closed.)

Resolves: #678

@theacodes
Copy link
Contributor

Thanks for this, @clancychilds.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Store the original id_token JWT in OAuth2Credentials
3 participants