Skip to content

Commit

Permalink
uses better quality uml diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
astitva1905 committed Jun 16, 2024
1 parent 99e4439 commit 2e3cdc0
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/developer/oauth/AUTHMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ after user approval.
Additionally, let's say DTaaS uses a dedicated gitlab instance hosted at the URL
”maestro.cps.digit.au.dk” (instead of ”gitlab.com”)

![alt text](oauth2-workflow.jpg)
![alt text](oauth2-workflow.png)

A successful OAuth2 workflow (Figure 3.3) has the following steps:
- The user requests a resource, say _GET/BackendMS_
Expand Down
2 changes: 1 addition & 1 deletion docs/developer/oauth/DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ of users for any request through the gateway
The integrated Auth MS should thus work as described in the sequence
diagram.

![alt text](design-sequence.jpg)
![alt text](design-sequence.png)

- Any request made by the user is made on the React website, i.e. the
frontend of the DTaaS software.
Expand Down
2 changes: 1 addition & 1 deletion docs/developer/oauth/OAUTH2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ obtain an access token, using which it can gather user information. Once it
has user information, it can know the identity of the user and check whether
the user has permission to access the requested resource.

![alt text](oauth2-workflow.jpg)
![alt text](oauth2-workflow.png)

The requests made by the Auth MS to the OAuth2 provider
are abbreviated. A detailed explanation of the workflow for
Expand Down
Binary file removed docs/developer/oauth/design-sequence.jpg
Binary file not shown.
Binary file added docs/developer/oauth/design-sequence.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/developer/oauth/oauth2-workflow.jpg
Binary file not shown.
Binary file added docs/developer/oauth/oauth2-workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e3cdc0

Please sign in to comment.