-
Notifications
You must be signed in to change notification settings - Fork 7
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
sd-jwt vc profile for oid4vc #56
Conversation
"claims" or "credentialSubject"Either of the following changes should be made for consistency.
Additional Claims Specified by Credential Request
If this were a functionality to allow wallets to request more claims than the set of claims implied by the Because a credential offer contains neither So, either of the following changes should be made.
Description of Credential Response
To be exact, the SD-JWT format contains
Finally, a typo: "a SD-JWT VC" -> "an SD-JWT VC" |
There are some considerations made by service designers and accessibility domain experts that I would like to share to you. these are not relevant for the scopes of this PR, so this proposal should be converted in a issue if you agree. There are cases where a credential issuer would offer periodic updates about its issued credentials, cases where the issuer should communicate the recent news related to the use of the credential to the end user and owner of that credential this could be implemented as web uri, the wallet instance periodically gets updates by hitting this refs. |
changed it to
The set of claims MUST be a sub set of the authorized claims.
I agree. The question is whether it would make sense to add
I incorporated the text you proposed.
fixed |
as you already noted, this topic is out of scope of this PR. please file an issue on that topic |
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Giuseppe De Marco <[email protected]>
Co-authored-by: Kristina <[email protected]>
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 think a parameter in issuer metadata is missing..?
Also why is this approach better than adding new parameters in each of the sub sections in section 4 that already defines extensions for OpenID4VCI? With the current structure, the implementer needs to look into two places to see parameters for the Credential Offer for example. If the entire profile is about SD-JWT VC, it should be in one place, no..? |
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Kristina <[email protected]>
Need to add identifier for presentation request. |
should have been one commit, sorry...
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Kristina <[email protected]>
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.
thank you!
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.
LGTM
No description provided.