From c5357e564fd5ebb43624809ceeb7f8800f8f3b6c Mon Sep 17 00:00:00 2001
From: Diana Gudu <diana.gudu@kit.edu>
Date: Tue, 22 Oct 2024 14:34:18 +0200
Subject: [PATCH] render puml diagrams in readme

---
 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README.md b/README.md
index dc931c6..94b7bec 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,22 @@ OpenID Federations Specification:
 Trust & Identity Incubator eduGAIN POC:
 - https://wiki.geant.org/display/GWP5/eduGAIN+PoC
 
+## Processes
+
+The following sequence diagrams describe processes of the eduGAIN PoC federation that are not covered by the OpenID Federation specification.
+
+1. Enrollment
+
+![PlantUML model](https://plantuml.com/plantuml/proxy?src=https://gitlab.software.geant.org/edugain/oidfed-docs/-/raw/updates/Enrollment_Endpoint.puml)
+
+2. Trust Mark issuance
+
+![PlantUML model](https://plantuml.com/plantuml/proxy?src=https://gitlab.software.geant.org/edugain/oidfed-docs/-/raw/updates/Trust_Mark_Issuance_Endpoint.puml)
+
+3. Trust Mark issuance for the eduGAIN Trust Mark
+
+![PlantUML model](https://plantuml.com/plantuml/proxy?src=https://gitlab.software.geant.org/edugain/oidfed-docs/-/raw/updates/Trust_Mark_Issuance_eduGAIN.puml)
+
 ## License
 
 Unless otherwise stated, all the content of this repository is licensed as 
-- 
GitLab