12.4.3.4. 使用 OAuth2 身份验证
Zync 将 GET 请求发送到 /.well-known/openid-configuration
端点,并且需要一个 application/json
响应。响应有效负载应包含以下内容:
{ "token_endpoint": "http://idp.example.com/auth/realm/token" }
Zync 使用 token_endpoint 来交换使用 OAuth2 协议的 OpenID Connect Issuer 地址中提供的 client_id
和 client_secret
。如果 API 响应失败的响应,则 Zync 回退到使用提供的凭证的 HTTP Basic/Digest 身份验证。