Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (26 loc) · 933 Bytes

File metadata and controls

36 lines (26 loc) · 933 Bytes

Overview

Source: https://github.com/digital-blueprint/relay-authentic-documents-bundle

graph TD
    style authentic_documents_bundle fill:#606096,color:#fff

    e_id_doc("E-ID Document Frontend")
    e_id_idp("E-ID IdP")

    subgraph API Gateway
        api(("API"))
        core_bundle("Core Bundle")
        authentic_documents_bundle("Authentic Document Bundle")
    end

    api --> core_bundle
    api --> authentic_documents_bundle
    authentic_documents_bundle --> core_bundle
    authentic_documents_bundle --> e_id_doc
    e_id_doc --> e_id_idp
    authentic_documents_bundle --> e_id_idp

    click e_id_doc "./#e-id-document-frontend" "by EGIZ"
    click e_id_idp "./#e-id-idp" "by EGIZ"
Loading

E-ID IdP

The E-ID Identity Provider

E-ID Document Frontend

The E-ID Document Frontend by EGIZ is accessed to request and receive authentic documents from the government.