OAuth 2.0 and OpenID Connect - Memo

Identity Use Cases

  • Simple login (Open Connect)  Authentication
  • Single sign-on across sites (OpenID Connect) Authentication
  • Mobile app login (OpenID Connect) Authentication
  • Delegated authorization (OAuth2.0) Authorization

Use OAuth2.0 for (Authorization)

  • Granting access to your API
  • Getting access to user data in other systems

Use OpenID Connect for (Authentication)

  • Logging the user in
  • Making your accounts available in other systems 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章