Skip to content

Commit

Permalink
fix: update the test jwt to have shortform of prism did
Browse files Browse the repository at this point in the history
Signed-off-by: mineme0110 <[email protected]>
  • Loading branch information
mineme0110 committed Nov 25, 2024
1 parent 826f091 commit ae0686c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ Feature: Present Proof Protocol
And Holder rejects the proof
Then Holder sees the proof is rejected

@RunThis
Scenario Outline: Verifying jwt credential using <assertionMethod> assertion
Given Issuer and Holder have an existing connection
And Verifier and Holder have an existing connection
And Holder creates unpublished DID for 'JWT'
When Issuer prepares a custom PRISM DID
And Issuer adds a '<assertionMethod>' key for 'assertionMethod' purpose with '<assertionName>' name to the custom PRISM DID
And Issuer creates the custom PRISM DID
When Issuer offers a jwt credential to Holder with 'long' form DID using issuingKid '<assertionName>'
And Issuer publishes DID to ledger
When Issuer offers a jwt credential to Holder with 'short' form DID using issuingKid '<assertionName>'
And Holder receives the credential offer
And Holder accepts jwt credential offer using 'auth-1' key id
And Issuer issues the credential
Expand Down

0 comments on commit ae0686c

Please sign in to comment.