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
In 12.1.1.1. Using a Request Object description of aud claim says that it must be OP's Issuer Identifier URL.
aud
aud REQUIRED. The Audience (aud) value MUST be or include the OP's Issuer Identifier URL
In example in 12.1.1.1.1. Authorization Request with a Trust Chain for aud claim is given:
"aud": "https://op.example.org/authorization-endpoint"
which seems as if authorization endpoint is used.
The text was updated successfully, but these errors were encountered:
selfissued
Successfully merging a pull request may close this issue.
In 12.1.1.1. Using a Request Object description of
aud
claim says that it must be OP's Issuer Identifier URL.In example in 12.1.1.1.1. Authorization Request with a Trust Chain for
aud
claim is given:which seems as if authorization endpoint is used.
The text was updated successfully, but these errors were encountered: