- OAuth 1.0 and 2.0 are protocols for delegating a...
# general
h
• OAuth 1.0 and 2.0 are protocols for delegating authorization to access a resource • SSO is any centralized system you can use to log into many things. OpenID Connect and SAML are the two most common SSO protocols • OpenID Connect is an SSO protocol based on OAuth 2.0. the user delegates authorization to access their identity information to the site they're logging into.
🙌 5