Skip to content
Snippets Groups Projects
Commit a90ba887 authored by Diana Gudu's avatar Diana Gudu
Browse files

add eduGAIN example for trust mark issuance

parent 3aadcc26
No related branches found
No related tags found
1 merge request!1Updates
@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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment