oAuth2-Roles

Just The Basics

Just The Basics-Image From Medium.com

  • Resource Server
     The resource server can be considered as a web server which would host a collection of resources and protect them using OAuth2 protocol.
  • Resource Owner
    The resource owner would be the user who owns the resources hosted on the resource server.
  • Client
    This would the client application which would provide access to the resources hosted on the resource server on behalf of the resource owner with authorization.
  • Authorization Server
     The authorization server would issue access tokens to the client after successfully authenticating the resource owner and obtaining authorization. In some scenarios, resource server would also act as the authorization server.
  • References:
  • https://medium.com/scalable/an-oauth2-grant-selection-decision-tree-for-securing-rest-apis-d63b5c0c8900

Comments

Popular posts from this blog

Debug The App With Chrome

AgendaAndAudience

RunTheApp