hyperledger-identus / hyperledger-identus/integration
E2E: Add new scenario for revocation
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 4
- Avg merge
- 18h 33m
- Merged PRs (30d)
- 5
Description
### Background
* A new key curve has been added in revocation status list support.
* An E2E Test should be written
* This ticket will cover Typescript & Swift suites; KMP needs a lot more work on the E2Es, so that would be part of some separate ticket
### DoD
* E2E Test exists in the Typescript / KMP / Swift SDK E2E Test suites and shows green for each
* [x] Typescript
* [ ] Swift
### Implementation Details
```gherkin
Scenario Outline: Revoke jwt issued credential using
Given Holder has a jwt issued credential using '' key for 'assertionMethod' purpose with '' 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 |
```
Contributor guide
Assessment
This issue has not been assessed yet.