-
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
The verification flow for Present Proof with the credential format SD-JWT #1430
Comments
Case 1: The current behavior in the Agent does not allow processing if the claim being disclosed is not present in the Verifiable Credential (VC). While this is not ideal, it reflects the current status. This can be improved Case 2: |
For Case 2: Which API is used to view the disclosed claims information? |
For case 2: Verifier will reject the claim in that case using the Api Endpoint I mentioned, https://datatracker.ietf.org/doc/draft-ietf-oauth-selective-disclosure-jwt/
Which API is used to view the disclosed claims information? The API endpoint |
#1487
|
Is this a regression?
Yes
Description
I am implementing the flow from https://hyperledger.github.io/identus-docs/tutorials/credentials/present-proof with a Verifiable Credential (VC) of type SD-JWT.
My VC currently has the following content.
Create a Presentation Request where the VC does not contain that information.
I am testing the following cases.
Case 1
Input:
Accept the request with body claims matching the Presentation Request.
Output:
The Presentation Request is always in a Pending state. There are error logs in the cloud agent.
Expect:
The Presentation Request should transition to the status of Presentation Verification Failed.
Case 2
Input:
Accept the request with body claims matching the VC I currently possess.
Output:
Expect:
The Presentation Request should result in an error because the holder did not send a VC with the correct information that the verifier requires.
And when I tried to decode the data, there is no claims information available.
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in
Anything else?
No response
The text was updated successfully, but these errors were encountered: