You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use "required claims" for determining Credential validity during Presentation Verification.
SDJWT has the concept of "required claims", where the Verifier can specify some claims must be disclosed for verification to continue.
This has been part way coded but needs completion.
The text was updated successfully, but these errors were encountered:
In our code, we are using a different approach, not using the libraries requiredClaims parameter, instead we rely on disclosing any available field and then processing its validation with input_descriptor and presentation exchange protocol
Proposed feature
Use "required claims" for determining Credential validity during Presentation Verification.
SDJWT has the concept of "required claims", where the Verifier can specify some claims must be disclosed for verification to continue.
This has been part way coded but needs completion.
The text was updated successfully, but these errors were encountered: