Detailed Flow Diagram
- 17 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Detailed Flow Diagram
- Updated on 17 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
The following diagram illustrates the OAuth 2.0 authorization flow:
Step 1: Resource Owner clicks on Connect to CI on the client screen (OAuth Debugger). The Client screen is redirected to the Authorization server. In addition, the client sends configuration-related information that the authorization server requires. Also, it sends different grant types.
Step 2: The Authorization server prompts a user login consent to provide permission for the client.
Step 3: The client will return to the authorization server and request the access token.
Step4: Client request authorization server to exchange grant type for the access token.
Step 5: The client can access the resource server and the information.
Was this article helpful?