Code flow
3-legged OAuth
OAuth server authenticates the resource owner
OAuth server authenticates the client
Client authenticates the OAuth server
Requirements
Setup
Resource owner uses a server-based Web App
The client uses the resource server API to get a resource
The OAuth server authenticates the resource owner
The client gets an access token from the OAuth server
The client uses again the resource server API to get a resource

Last updated