Scenario Outline: Revoke jwt issued credential using <curve>
Given Holder has a jwt issued credential using '<curve>' key for 'assertionMethod' purpose with '<keyId>' name from Issuer
When Issuer revokes the credential issued to Holder
Then Issuer should see the credential was revoked
When Issuer sends a request for jwt proof presentation to Holder
And Holder receives the presentation proof request
And Holder makes the jwt presentation of the proof
Then Issuer sees the proof returned verification failed
Examples:
| curve | keyId |
| secp256k1 | iss-secp |
| ed25519 | iss-ed |
Background
DoD
Implementation Details