From e8144220a8acfd4874fd775d558b2d45ac370824 Mon Sep 17 00:00:00 2001 From: Philipp Neuschwander Date: Wed, 10 Jan 2024 15:59:04 +0100 Subject: [PATCH] minor change, rename files --- ...m - OAuth2 - Authorization Code Flow.svg => Auth-Code.svg} | 0 ... OAuth2 - Client Credentials Flow.svg => Client-Creds.svg} | 0 .../Security/Consent Management/Consent Flows/index.md | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/Konzeption und Umsetzung/Beispielhafte Implementierung DTH-Plattform/Architecture Document/Quality Concepts/Security/Consent Management/Consent Flows/SVG/{KST- Consent Mechanism - OAuth2 - Authorization Code Flow.svg => Auth-Code.svg} (100%) rename docs/Konzeption und Umsetzung/Beispielhafte Implementierung DTH-Plattform/Architecture Document/Quality Concepts/Security/Consent Management/Consent Flows/SVG/{KST- Consent Mechanism - OAuth2 - Client Credentials Flow.svg => Client-Creds.svg} (100%) diff --git a/docs/Konzeption und Umsetzung/Beispielhafte Implementierung DTH-Plattform/Architecture Document/Quality Concepts/Security/Consent Management/Consent Flows/SVG/KST- Consent Mechanism - OAuth2 - Authorization Code Flow.svg b/docs/Konzeption und Umsetzung/Beispielhafte Implementierung DTH-Plattform/Architecture Document/Quality Concepts/Security/Consent Management/Consent Flows/SVG/Auth-Code.svg similarity index 100% rename from docs/Konzeption und Umsetzung/Beispielhafte Implementierung DTH-Plattform/Architecture Document/Quality Concepts/Security/Consent Management/Consent Flows/SVG/KST- Consent Mechanism - OAuth2 - Authorization Code Flow.svg rename to docs/Konzeption und Umsetzung/Beispielhafte Implementierung DTH-Plattform/Architecture Document/Quality Concepts/Security/Consent Management/Consent Flows/SVG/Auth-Code.svg diff --git a/docs/Konzeption und Umsetzung/Beispielhafte Implementierung DTH-Plattform/Architecture Document/Quality Concepts/Security/Consent Management/Consent Flows/SVG/KST- Consent Mechanism - OAuth2 - Client Credentials Flow.svg b/docs/Konzeption und Umsetzung/Beispielhafte Implementierung DTH-Plattform/Architecture Document/Quality Concepts/Security/Consent Management/Consent Flows/SVG/Client-Creds.svg similarity index 100% rename from docs/Konzeption und Umsetzung/Beispielhafte Implementierung DTH-Plattform/Architecture Document/Quality Concepts/Security/Consent Management/Consent Flows/SVG/KST- Consent Mechanism - OAuth2 - Client Credentials Flow.svg rename to docs/Konzeption und Umsetzung/Beispielhafte Implementierung DTH-Plattform/Architecture Document/Quality Concepts/Security/Consent Management/Consent Flows/SVG/Client-Creds.svg diff --git a/docs/Konzeption und Umsetzung/Beispielhafte Implementierung DTH-Plattform/Architecture Document/Quality Concepts/Security/Consent Management/Consent Flows/index.md b/docs/Konzeption und Umsetzung/Beispielhafte Implementierung DTH-Plattform/Architecture Document/Quality Concepts/Security/Consent Management/Consent Flows/index.md index 84eb671..35caa0c 100644 --- a/docs/Konzeption und Umsetzung/Beispielhafte Implementierung DTH-Plattform/Architecture Document/Quality Concepts/Security/Consent Management/Consent Flows/index.md +++ b/docs/Konzeption und Umsetzung/Beispielhafte Implementierung DTH-Plattform/Architecture Document/Quality Concepts/Security/Consent Management/Consent Flows/index.md @@ -5,6 +5,6 @@ The following diagrams illustrate the two supported flows for obtaining consents 1. Diagram 1 illustrates the consent flow using OAuth2 Authorization Code Flow. The expected interaction between our demo _KST Basic FMIS_ system and our _KST Platform_ is depicted. _KST Basic FMIS_ a single page application (SPA) that supports the farmer in managing the fields of his/her farm. The data used by _KST Basic FMIS_ is stored in our _KST platform_. 2. Diagram 2 illustrates the consent flow using OAuth2 Client Credentials Flow. The expected interaction between our demo _Agricultural Service Provider_ system and our _KST Platform_ is depicted. -![Diagram 1 - OAuth2 - Authorization Code Flow](SVG/KST-%20Consent%20Mechanism%20-%20OAuth2%20-%20Authorization%20Code%20Flow.svg) +![Diagram 1 - OAuth2 - Authorization Code Flow](SVG/Auth-Code.svg) -![Diagram 2 - OAuth2 - Client Credentials Flow](SVG/KST-%20Consent%20Mechanism%20-%20OAuth2%20-%20Client%20Credentials%20Flow.svg) \ No newline at end of file +![Diagram 2 - OAuth2 - Client Credentials Flow](SVG/Client-Creds.svg) \ No newline at end of file