Skip to content

Commit

Permalink
minor change, rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
pneuschwander committed Jan 10, 2024
1 parent 1383c98 commit e814422
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
![Diagram 2 - OAuth2 - Client Credentials Flow](SVG/Client-Creds.svg)

0 comments on commit e814422

Please sign in to comment.