AWS Cognito,域未返回访问令牌

时间:2020-05-19 05:05:16

标签: curl oauth-2.0 amazon-cognito access-token

我在cognito中创建了一个用户池,并在Cognito中设置了OAuth2代理。现在,iam尝试使用curl命令返回访问令牌。下面是命令

curl -X POST --user clientid:secret "https://mypooldomain.auth.eu-west-1.amazoncognito.com/oauth2/token?grant_type=client_credentials" -H 'Content-Type: application/x-www-form-urlencoded'


但是下面我却遇到了错误

curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.
curl: (6) Could not resolve host: application

我从Google尝试了不同的方法,所有方法都指向curl命令的问题。但是在这种情况下,没有任何工作正常。 如何解决这类问题 欣赏是否有人可以为此提供帮助?

谢谢

1 个答案:

答案 0 :(得分:0)

您应该获得带有oauth2.0端点的令牌。详细信息在这里:https://docs.aws.amazon.com/cognito/latest/developerguide/token-endpoint.html