This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from paullatzelsperger/docs/add_basic_flow
docs: add summary cred flow
- Loading branch information
Showing
4 changed files
with
65 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
@startuml | ||
participant Consumer as cons | ||
participant Provider as prov | ||
participant "Managed Identity Wallet" as miw | ||
|
||
autonumber | ||
|
||
cons -> miw++: request VP | ||
return VP | ||
|
||
cons -> cons : create and sign JWT | ||
|
||
cons -[#blue]>> prov ++: DSP request | ||
note left: contains JWT with\nSummaryCredential\nas VP in header | ||
|
||
prov -> prov: extract JWT (VP) | ||
note left: validate JWT before sending | ||
prov -> miw ++ : validate VP | ||
return result | ||
|
||
return DSP result (4xx or 2xx) | ||
|
||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.