In traditional client server authentication, client requests protected resource on the server by providing resource owner's credentials.
To provide third party applications to restricted resources, resource...
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...