Skip to content

Commit

Permalink
Changed incorrect reference to 'Resource Owner' to 'Resource Server' (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rsporsche authored Jan 16, 2024
1 parent 0cc62ca commit 132f126
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ OAuth 2.0 defines four roles:
- Resource Server: hosts the user accounts
- Authorization Server: verifies user identity and issues access tokens to the application

Note: The API fulfills both the Resource Owner and Authorization Server roles. Therefore, we will refer to both as the API.
Note: The API fulfills both the Resource Server and Authorization Server roles. Therefore, we will refer to both as the API.

<img src="Images/Chapters/0x04e/abstract_oath2_flow.png" width="400px" />

Expand Down

0 comments on commit 132f126

Please sign in to comment.