Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
oidfed-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
edugain
oidfed-docs
Commits
a90ba887
Commit
a90ba887
authored
7 months ago
by
Diana Gudu
Browse files
Options
Downloads
Patches
Plain Diff
add eduGAIN example for trust mark issuance
parent
3aadcc26
No related branches found
No related tags found
1 merge request
!1
Updates
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Trust_Mark_Issuance_eduGAIN.puml
+27
-0
27 additions, 0 deletions
Trust_Mark_Issuance_eduGAIN.puml
with
27 additions
and
0 deletions
Trust_Mark_Issuance_eduGAIN.puml
0 → 100644
+
27
−
0
View file @
a90ba887
@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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment