Skip to content

E2E: Add new scenario for revocation #17

@amagyar-iohk

Description

@amagyar-iohk

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
  • Typescript
  • Swift

Implementation Details

  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   |

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions