Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 1.15 KB

architecture.md

File metadata and controls

17 lines (13 loc) · 1.15 KB

DID Auth relying party - Architecture

        sign VCredentials using                                lookup DID key using Universal Resolver
       pre-configured DID and key                                      and verify VCredentials

                  |                                                               ^
                  v                                                               |
           ________________                      ________________          ________________
   ~o/    |                |     HTTP POST      |                |  HTTP  |                |
   /|     | Web browser    | =================> | TheOrgBook     | <----> | DID Auth       |
   / \    | with add-on    |                    | website        |        | relying party  |
          |________________|                    |________________|        |________________|

                           (untrusted connection)               (trust relationship)
                                                                (e.g. local network) 

This shows a deployment involving the DID Auth browser add-on and an instance of the DID Auth relying party.