授权第三方应用使用 Authing 用户池。
Last updated 5 years ago
Was this helpful?
通过 OAuth 2.0 可以将 Authing 用户池作为身份服务提供商,使第三方应用可以读取你的用户数据,流程与 Github 基本一致。我们提供了 OAuth 认证流程的四种模式,分别是 implicit 模式、authorization_code 模式、password 模式和 client_credentials 模式。
implicit 模式
authorization_code 模式
password 模式
client_credentials 模式