April 2017
Intermediate to advanced
564 pages
24h 7m
English
OAuth contains the following actors:
| Actors | Description |
| Resource Owner | End user who accesses the resource hosted on the resource server |
| Client | A web application or a mobile application that is authorized to access the resource on behalf of the resource owner |
| Authorization Server | Authorization server where the client application is registered and returns the access token |
| Resource Server | Web API or web service that provides access to the data |
| User Agent | Browser or any device that runs the application |
Following is the logical representation of OAuth flow:

The resource owner is the end user who wanted to access ...
Read now
Unlock full access