Skip to content

Commit

Permalink
Fix verifier vs. issuer in Membership VC section (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Binzer <matthias.binzer@de.bosch.com>
  • Loading branch information
matgnt authored Oct 11, 2023
1 parent b48f70f commit 3f2eff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specifications/M1/identity.protocol.base.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This immutable identity is termed the `participant id`.

Dataspaces which implement the TX identity protocol MUST define a VC that adheres to
the [Verifiable Credentials Data Model v1.1](https://www.w3.org/TR/vc-data-model/) and cryptographically binds the
`participant id` to its `DID`. This VC is termed the `Membership VC`. The VC verifier's cryptographic material MUST
`participant id` to its `DID`. This VC is termed the `Membership VC`. The VC issuer's cryptographic material MUST
be resolvable via a `DID`.

> TODO: do we want to define the subject material of the Membership VC or should we leave it dataspace specific?
Expand Down

0 comments on commit 3f2eff0

Please sign in to comment.