Claims-based-identity + oauth 2.0
1 min readMay 15, 2017
Problem Statement
- User wants to access an application in an enterprise with authentication.
- Single-Sign-In. Login to one application. Automatically logged into others. For Eg. login to chrome. you will be logged into gmail, google+, google drive etc. No Need to enter credentials again.
- Applications supporting — Login with Gmail, Login with Facebook etc.
- one application getting access to user information provided by another application. (get friends list, contacts list etc)
Algorithm
Claim Based Identity + oauth 2.0
References: