Skip to content
Snippets Groups Projects

Updates

Open Diana Gudu requested to merge updates into main
1 file
+ 27
0
Compare changes
  • Side-by-side
  • Inline
+ 27
0
@startuml
hide footbox
title Trust Mark Issuance Example: eduGAIN
entity Client as client
entity "Trust Mark\nendpoint" as endpoint
database "Trust marked\nentities" as tmes
client -> endpoint: GET\nPrivate key JWT
endpoint --> tmes: In list?
group Yes
client <-- endpoint: Trustmark
end
group No
endpoint -> endpoint: Checks
note left
✓Trust Chain: Client -> eduGAIN TA
AND
✓Trust Mark from a national federation
end note
group Yes
endpoint -> tmes: Add Entity
client <-- endpoint: Trustmark
end
group No
client <-- endpoint: Forbidden
end
end
@enduml
Loading