Skip to content

Commit

Permalink
Clarify issuer.id use in this suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat committed Nov 21, 2024
1 parent bcef380 commit a3e7c38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ To add your implementation to this test suite, you will need to add 2 endpoints
to your implementation manifest.

- A credential issuer endpoint (`/credentials/issue`) in the `issuers` property.
- An optional `id` property may be set alongside the `endpoint`.
- If provided, the specified `issuer.id` will be added to Verifiable Credentials
in the tests.
- If present, the `issuer.id` MUST use the `did:key` method.
- A required `id` property MUST be set alongside the `endpoint`.
- The specified `issuer.id` will be added to Verifiable Credentials
in the tests where applicable.
- The value of `issuer.id` MUST use the `did:key` method.
- If the endpoint supports a selective disclosure suite
- The endpoint must accept `options.mandatoryPointers`.
- If present, `options.mandatoryPointers` is an array of strings.
Expand Down

0 comments on commit a3e7c38

Please sign in to comment.