← Cybersecurity Alphabet Soup

OAuth

Open Authorization

identityeasy

OAuth is an authorization framework that lets an application access a user's resources on another service without ever seeing the user's password. The user approves a scoped grant, and the application receives an access token limited to those permissions. OAuth 2.0 is the basis for most API authorization and for OpenID Connect.

Sources

More in identity