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

AA and gaiax

parent bff567a2
No related branches found
No related tags found
No related merge requests found
# Onboarding Diagram # Onboarding Diagram
```mermaid ```mermaid
flowchart LR flowchart LR
subgraph AA["Authentication & Authorization"] subgraph AA["Authentication & Authorization"]
g-reg["Registration"] g-reg["Registration"]
end end
subgraph Certifier
cAriesAgent-- eIDAS VC -->a-afj
cAriesAgent-- eIDAS VC -->v-afj
end
subgraph gaiax[Gaiax] subgraph gaiax[Gaiax]
TSA["Trust Services API"] TSA["Trust Services API"]
subgraph ocm subgraph ocm
AISBL AISBL
Services-->g-db Services-->g-db
g-reg-->Services g-reg-->Services
Services-- Request -->AISBL
AISBL-- callback -->Services AISBL-- callback -->Services
end
g-db[(Database)] g-db[(Database)]
end end
subgraph ayanworks[Ayanworks]
aAdmin((AdminUser))
aAdmin-->g-reg
a-ocm["OCM Services"]
a-afj-- callback -->a-ocm
a-ocm-->a-db[(Database)]
a-afj["AFJ"]-- connection -->AISBL
AISBL-- "Credential Issue" -->a-afj
a-TSA["Trust Service API"]
end
subgraph vereign[Vereign]
vAdmin((AdminUser))
vAdmin-->g-reg
v-ocm["OCM Services"]
v-afj-- callback -->v-ocm
v-ocm-->v-db[(Database)]
v-afj["Aries Framework Javascript"]-- connection -->AISBL
AISBL-- "Credential Issue" -->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