Skip to content

Files

Latest commit

Dec 13, 2021
2fb056b · Dec 13, 2021

History

History
11 lines (9 loc) · 680 Bytes

File metadata and controls

11 lines (9 loc) · 680 Bytes

OAuth 2.0 Login

The OAuth 2.0 Login feature provides an application with the ability to have users log in to the application by using their existing account at an OAuth 2.0 Provider (such as GitHub) or OpenID Connect 1.0 Provider (such as Google). OAuth 2.0 Login implements the "Login with Google" or "Login with GitHub" use cases.

Note

OAuth 2.0 Login is implemented by using the Authorization Code Grant, as specified in the OAuth 2.0 Authorization Framework and OpenID Connect Core 1.0.