Skip to content

Commit

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

rectangle IDP #red
rectangle IDP #FAC711

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

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

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

@enduml

0 comments on commit 78dafbf

Please sign in to comment.