Post

OAUTH

✅ OAUTH

Open Authoization
Authentication from a trusted organization, without the user having to signup, login for your company

  • Share account information from google, kakako

✅ OAUTH processs

  1. Service Provider(SP) asks for request token to OAUTH
  2. OAUTH provices SP request token
  3. SP redirects client to OAUTH. Client authenticates himself
  4. OAUTH redirects client to SP
  5. SP requests for access toekn
  6. OAUTH provides access token
  7. SP can access client information using access token.
This post is licensed under CC BY 4.0 by the author.