Thursday 29 September 2016

Oauth 2.0 Roles

Oauth2 Tutorial :

Oauth 2.0 defines the following roles.
  • Third party application
  • Resource Owner
  • Resource Server
  • Authorization server
 Third party application : 

A client is an application want to access user's account.
It must be authorized by the user and authorization must validated by the api.

Resource Owner :

Resource owner is who authorizes the application to access to their account. It is based on the scope of the access like read/write etc.




Resource Server : 

Resource server is the api used to access the user details.