资源所有者密码凭据授予 returns 错误
Resource Owner Password Credentials Grant returns error
关于密码授予的解释 here:我收到错误
{
"error_description": "The authenticated client is not authorized to use this authorization grant type",
"error": "unauthorized_client"
}
我无法找到有关如何为该请求授权此客户端的信息。
您应该能够编辑 OAuth 应用并启用这样的授权类型。
然后>>>
关于密码授予的解释 here:我收到错误
{ "error_description": "The authenticated client is not authorized to use this authorization grant type", "error": "unauthorized_client" }
我无法找到有关如何为该请求授权此客户端的信息。
您应该能够编辑 OAuth 应用并启用这样的授权类型。
然后>>>