Skip to content

Commit

Permalink
docs: latest PR from @matgnt in ssi-docu
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Sep 21, 2023
1 parent e6ba2bd commit 9d93df6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
Binary file modified specifications/M1/auth.flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion specifications/M1/auth.flow.puml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@

autonumber

box "Client Entity"
participant "Client" as C
participant "Secure Token Service" as STS
participant "Verifier" as V
participant "Credential Service" as CS
end box

box "Verifier Entity"
participant "Verifier" as V
end box

C -> STS: SI token request
STS -> C: Token response w/ access token
Expand Down
Binary file modified specifications/M1/issuance.flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions specifications/M1/issuance.flow.puml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@

autonumber

box "Client Entity"
participant "Client" as C
participant "Client \nCredential Service" as CS
participant "Client \nSecure Token Service" as STS
participant "Credential Service" as CS
participant "Secure Token Service" as STS
end box

box "Issuer Entity"
participant "Issuer Service(s)" as IS #FFF4B3
end box

group #F3F7FF Base Identity Protocol
C -> STS: Self-Issued ID token request
Expand Down

0 comments on commit 9d93df6

Please sign in to comment.