You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.
Currently, the credentials that are returned as a JWT in an identity token are extracted and stored in their extracted state, but the JWT itself is not retained. In some flows (like using the Auth0 Delegation endpoint) having the original JWT is required.
I would like to add the full JWT to the id_token dict in OAuth2Credentials. Probably as 'jwt'.
The text was updated successfully, but these errors were encountered:
I'm open to this in general, but we're avoiding making large changes to this library unless totally necessary. Are you willing to send a PR to see what the impact will be?
I'm open to this in general, but we're avoiding making large changes to
this library unless totally necessary. Are you willing to send a PR to see
what the impact will be?
Currently, the credentials that are returned as a JWT in an identity token are extracted and stored in their extracted state, but the JWT itself is not retained. In some flows (like using the Auth0 Delegation endpoint) having the original JWT is required.
I would like to add the full JWT to the id_token dict in OAuth2Credentials. Probably as 'jwt'.
The text was updated successfully, but these errors were encountered: