# OAuth2.0 登录 OAuth2.0 登录功能提供了一个应用程序,该应用程序可以让用户使用他们在 OAuth2.0 提供商(例如 GitHub)或 OpenID Connect1.0 提供商(例如 Google)的现有帐户登录到该应用程序。OAuth2.0Login 实现了以下用例:“用 Google 登录”或“用 GitHub 登录”。 | |OAuth2.0 登录是通过使用**授权代码授予**实现的,如[OAuth2.0 授权框架](https://tools.ietf.org/html/rfc6749#section-4.1)和[OpenID Connect Core1.0](https://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth)中所指定的。| |---|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ## 章节摘要 * [核心配置](core.html) * [高级配置](advanced.html) [OAuth2](../index.html)[核心配置](core.html)