-
Notifications
You must be signed in to change notification settings - Fork 10
Updates to error handling #135
New issue
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
Conversation
Approved, but then had a couple of suggestions to add. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add an entry to the document history? Looks good otherwise imho
Supersedes #132 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved., history missing and let's not forget to add Micha to acknowledgments from #132
Additional to #131 this updates the error section a bit more since it is referenced from later Token and PAR endpoint sections and linking to RFC6750 error handling is just not right then.
Making
use_attestation_challenge
a MUST use when challenge validations fail just makes sense and having to have it accompanied byOAuth-Client-Attestation-Challenge
as well. I don't mind defininginvalid_client_attestation
but only as a MAY because on the AS authenticated endpoints the convention is already invalid_client for client authentication failures, for the RS responses it's probably fine.closes #131