We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now we do not explicitly validate the JWT tokens returned from whatever OIDC provider is in use. We should confirm that either:
authlib
id_token
I prefer the latter, as the implementation of authlib may change, even if it handles validation now.
Steps required:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now we do not explicitly validate the JWT tokens returned from whatever OIDC provider is in use.
We should confirm that either:
authlib
handles this for us, orid_token
, as this is what is used)I prefer the latter, as the implementation of
authlib
may change, even if it handles validation now.Steps required:
id_token
or the entire response from the token endpoint, as appropriateThe text was updated successfully, but these errors were encountered: