Skip to content

Commit

Permalink
chore: image fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed May 14, 2024
1 parent 7f43d01 commit 80b0d42
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/technical/issuance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions docs/technical/verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80b0d42

Please sign in to comment.