From 80b0d42c9552d2b0dedb8f67b5c1055629c7c6d3 Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Tue, 14 May 2024 10:06:58 +0200 Subject: [PATCH] chore: image fixes --- docs/technical/issuance.md | 4 +++- docs/technical/verification.md | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/technical/issuance.md b/docs/technical/issuance.md index aa33876..23833d5 100644 --- a/docs/technical/issuance.md +++ b/docs/technical/issuance.md @@ -5,9 +5,11 @@ title: Issuance ## Issuance using Authorization Code flow -See source [Diagram]({{ site.assets_src }}/Issuance-Authorization-code.puml) or [Image]({{'/assets/Issuance-Authorization-code.svg' | relative_url}}) +See source [Diagram]({{ site.assets_src }}/Issuance-Authorization-code.puml) or ![Image]({{'/assets/Issuance-Authorization-code.svg' | relative_url}}) {{'/assets/Issuance-Authorization-code.svg' | relative_url}} +[Plant UML source]({{ site.assets_src }}/Issuance-Authorization-code.puml) + ### Initialization: 1. **(Wallet initiated)** The user opens and unlocks the wallet . 2. **(Wallet initiated)** The user opens the wallet provided credential catalogue of pre-configured (Q)EAA Providers. After a (Q)EAA is selected the Wallet continues the flow with the preconfigured Credential Issuer URL and credential identifier. No Resource server/web page is involved diff --git a/docs/technical/verification.md b/docs/technical/verification.md index 4eea30a..8329a01 100644 --- a/docs/technical/verification.md +++ b/docs/technical/verification.md @@ -4,6 +4,12 @@ title: Verification --- # OID4VP vp_token cross-device flow + +See source [Diagram]({{ site.assets_src }}/OID4VP-cross-device.puml) or ![Image]({{'/assets/OID4VP-cross-device.svg' | relative_url}}) +{{'/assets/OID4VP-cross-device.svg' | relative_url}} + +[Plant UML source]({{ site.assets_src }}/Issuance-Authorization-code.puml) + 1. User browses to Relying Party (RP) website 2. Browser on the user's device opens the Resource server/website associated with the RP on a device different from its wallet