OAuth 2.0 Implicit Flow

1

Step 1

Build the authorization URL and redirect the user to the authorization server

2

Step 2

After the user is redirected back to the client, verify the state matches

3

Step 3

Extract the access token from the URL fragment

← Back to Flows