-
Notifications
You must be signed in to change notification settings - Fork 37
add identifier for JWS JSON Serialized multi RP requests #517
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
bc-pi
left a comment
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.
unsigned requests are not using JWS compact serialization so that needs to be changed. I'm not sure "JWS Compact Serialized signed requests" is gonna be better than just "Signed requests" but don't care deeply either way there.
Co-authored-by: Brian Campbell <71398439+bc-pi@users.noreply.github.com>
|
I am trying to match the description with the section titles introduced in #308 PR so slight preference towards |
Co-authored-by: Paul Bastian <paul.bastian@posteo.de>
resolves #515