EWC-consortium / eudi-wallet-rfcs

EU Digital Identity Wallet RFCs in EWC to align towards the Large Scale Pilot (LSP) usecases. The project is co-funded by the European Union.
https://eudiwalletconsortium.org/
Apache License 2.0
20 stars 12 forks source link

EWC RFC 001: Update images for authorisation code flow #6

Closed georgepadayatti closed 7 months ago

georgepadayatti commented 7 months ago

Excerpt from https://github.com/EWC-consortium/eudi-wallet-rfcs/pull/4: The figure does not seem to implement the authorization code flow, as it starts with a credential offer, while the auth code flow assumes the wallet already knows the issuer and requests its metadata.

Reference is given below:

https://github.com/EWC-consortium/eudi-wallet-rfcs/blob/3a093511e9c735319ab0b3285e92fc7a75896872/ewc-rfc001-issue-verifiable-credential.md?plain=1#L59-L61

georgepadayatti commented 7 months ago

@lalc Should we use mermaid diagrams to create it programmatically ? GitHub has native mermaid support. An example is given below:

  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;