-
Notifications
You must be signed in to change notification settings - Fork 24
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
Enable direct_post* for x509_san_* without redirect_uri in the authz request #84
Conversation
…request signing is supported
Agree with the sentiment of this PR, but I think there are a couple of problems.
For this reason I wonder if it is better to amend the restriction in the client_id_scheme definition itself, something like:
I think that wording is bad, but something to that effect? |
Good catch, I can update the PR to say that:
That should fix that problem.
There is no restriction on the
We already have a similar exception in Response Mode |
@cobward I updated the PR, please review again. |
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.
My second point was that this was adding another requirement on top of the existing requirement for matching client_id
to request_uri
, but your new wording fixes that issue IMO.
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.
I support Joseph's proposal.
Co-authored-by: Daniel Fett <[email protected]>
This PR fixes #83 :