Sunday 27 January 2019

Oauth2-overview


  1. OAuth (Open Authorization) is an open standard for token-based authentication and authorization on the Internet. 
  2. OAuth, which is pronounced "oh-auth," allows an end user's account information to be used by third-party services, such as Facebook, without exposing the user's password.
OAuth 2.0 
  1. It is the industry-standard protocol for authorization. 
  2. OAuth 2.0 supersedes the work done on the original OAuth protocol created in 2006. 
  3. OAuth 2.0 focuses on client developer simplicity while providing specific authorization flows for web applications, desktop applications, mobile phones, and living room devices. 
  4. This specification and its extensions are being developed within the IETF OAuth Working Group.

OAuth 2.0 Core

No comments:

Post a Comment

40 Latest Interview Questions and Answers on Spring, Spring MVC, and Spring Boot

  40 Latest Interview Questions and Answers on Spring, Spring MVC, and Spring Boot 1. What is Tight Coupling? When a class (ClassA) is depen...