# OAuth2.0 登录
OAuth2.0 登录功能提供了一个应用程序,该应用程序可以让用户使用他们在 OAuth2.0 提供商(例如 GitHub)或 OpenID Connect1.0 提供商(例如 Google)的现有帐户登录到该应用程序。OAuth2.0Login 实现了以下用例:“用 Google 登录”或“用 GitHub 登录”。
OAuth2.0 登录是通过使用授权代码授予实现的,如OAuth2.0 授权框架 (opens new window)和OpenID Connect Core1.0 (opens new window)中所指定的。 |
---|
# 章节摘要
← OAuth2WebFlux 核心配置 →