-
Notifications
You must be signed in to change notification settings - Fork 22
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
Credential Encryption Parameter Name Discrepancy #113
Comments
credential_encryption_*
Does it make sense to group them together into a separate JSON object? |
I agree it is cleaner to rename to |
No specific reason. I think it makes sense to rename it. |
I used the same pattern that you can find here: https://openid.net/specs/openid-connect-discovery-1_0.html |
Does it make sense to group them into a single object? |
I would support that since the names will get shorter. OAuth2 and OP Metadata took a different path. If there was no technical reason why those aren't Objects, then I'd be in favor of changing this. |
Proposal:
|
@cobward is Spruce using these in production? Would you be ok with this breaking change? if so, I think we can try get this in before ID-1 |
We're fine with breaking changes at this point. |
In the credential request we have the parameter names for the credential response encryption, defined in the text as follows:
credential_encryption_jwk
credential_response_encryption_alg
credential_response_encryption_enc
credential_encryption_jwk
does not includeresponse_
in it. Me and other implementers are wondering if this is intentional and why.If this is not intentional, WDYT if we change the name to
credential_response_encryption_jwk
, for naming normalization?The text was updated successfully, but these errors were encountered: