OAuth 2.0 登录

OAuth 2.0 登录功能使应用程序能够让用户通过其在 OAuth 2.0 提供者(如 GitHub)或 OpenID Connect 1.0 提供者(如 Google)上的现有账户登录应用程序。OAuth 2.0 登录实现了“使用 Google 登录”或“使用 GitHub 登录”的使用场景。

OAuth 2.0 登录通过使用授权码授权(Authorization Code Grant)实现,如 OAuth 2.0 授权框架OpenID Connect Core 1.0 中所规定。

© . This site is unofficial and not affiliated with VMware.