Open Authorization (OAuth)
  • is an open standard for token-based delegated authentication over the Internet
  • allows an end user’s account information to be used by third-party services without exposing the user’s password
  • is basically a way to separate the Authorization Process from the Access to the Resource and therefore limit the exposure of the credentials

OAuth Entities

OAuth Other