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
Similar to #375.
See the "OAuth 2.0 Token Introspection" for reference: https://www.rfc-editor.org/rfc/rfc7662.html
We should consider having the following to allow for strict checking:
{ "openid_connect": { "require_members_from_introspection_endpoint": ["aud", "exp", "iat", "iss", "nbf"], } }
require_members_from_introspection_endpoint would be an enum in the schema, and contain the standard members found in "OAuth 2.0 Token Introspection".
require_members_from_introspection_endpoint
The text was updated successfully, but these errors were encountered:
aud
MartinFlores751
No branches or pull requests
Similar to #375.
See the "OAuth 2.0 Token Introspection" for reference: https://www.rfc-editor.org/rfc/rfc7662.html
We should consider having the following to allow for strict checking:
require_members_from_introspection_endpoint
would be an enum in the schema, and contain the standard members found in "OAuth 2.0 Token Introspection".The text was updated successfully, but these errors were encountered: