OAuth 2.0 登录

OAuth 2.0 登录功能使应用程序能够让用户使用他们在 OAuth 2.0 提供商(如 GitHub)或 OpenID Connect 1.0 提供商(如 Google)上的现有帐户登录。OAuth 2.0 登录实现了“使用 Google 登录”或“使用 GitHub 登录”的用例。

OAuth 2.0 登录是根据 OAuth 2.0 授权框架OpenID Connect Core 1.0 中指定的 授权码模式(Authorization Code Grant) 来实现的。

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