Skip to content
Snippets Groups Projects
Commit 47dcf445 authored by Suneet Bendre's avatar Suneet Bendre
Browse files

vereign and pcm

parent a81ef370
No related branches found
No related tags found
No related merge requests found
...@@ -27,4 +27,20 @@ ...@@ -27,4 +27,20 @@
AISBL-- "Credential Issue v2" -->a-afj AISBL-- "Credential Issue v2" -->a-afj
a-TSA["Trust Service API"] a-TSA["Trust Service API"]
end end
subgraph vereign[Vereign]
vAdmin((Admin))
vAdmin-->g-reg
v-ocm["OCM Services"]-- Request -->v-afj
v-afj-- callback -->v-ocm
v-ocm-->v-db[(Database)]
AISBL-- "Credential Issue v2" -->v-afj
v-TSA["Trust Service API"]
end
subgraph pcm[PCM]
p-afj["Mobile Aries Agent"]-- "Registration connection" -->AISBL
p-afj-- "Subscription Connection" -->v-afj
end
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment