From fcbe98a9ab0e7e1eaf6109ca5a775a9e11e280f8 Mon Sep 17 00:00:00 2001 From: Suneet Bendre <suneet.bendre@ayanworks.com> Date: Mon, 13 Jun 2022 09:30:13 +0000 Subject: [PATCH] Update principal-user-registration-sequence.md --- .../principal-user-registration-sequence.md | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/aw-design-diagram/principal-user-registration-sequence.md b/aw-design-diagram/principal-user-registration-sequence.md index 822481b..10ae9f1 100644 --- a/aw-design-diagram/principal-user-registration-sequence.md +++ b/aw-design-diagram/principal-user-registration-sequence.md @@ -31,5 +31,26 @@ participant OCM Attestation Manager PCM App ->> OCM Admin: Scans the QR code, and the connection between PCM and OCM gets completed and active OCM Connection Manager ->> OCM Principal Manager: Request for issuance of Principal credential OCM Principal Manager ->> OCM Attestation Manager: Requests Attestation Manager with Principal Credential CredDef to issue credential based on CredDef + + + + + + + + + + + + + + **PrincipalMembershipCredential** +This schema is used to issue VC to Principal User at the time of registration. This VC will indicate respective principal user is part of Gaiax ecosystem. This VC will also be used every time to make respective connection as Trusted via Proof Verification of this schemaID + +Following attributes should be in schema (case sensitive) + + 1. email // principalUser email address + 2. issuerDID // issuer OCM organization public DID + 3. subjectDID // holder pairwise DID OCM Attestation Manager ->> PCM App: Issues Credential to the individual and the credential gets stored in PCM App's wallet - end \ No newline at end of file + end -- GitLab