Skip to content

Commit

Permalink
added new diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
JaschaSteudler committed Nov 19, 2024
1 parent 5924f80 commit 1402d1a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions diagrams/connection.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
@startuml
skinparam backgroundColor white

rectangle IDP #red

rectangle RelyingParty as "Relying Party" #D9D9D9 {
rectangle Client #red
rectangle Server #blue
}

IDP <-[#blue]down-> Server : Authorization
IDP -[#red]left-> Client : Clear Names
Client <-[#blue]right- Server : Access Token

legend
|<back:#blue> </back>| Depseudonymized Area |
|<back:#red> </back>| Pseudonymized Area |
endlegend

@enduml

0 comments on commit 1402d1a

Please sign in to comment.