AWS cognito,域名不返回访问令牌。

问题描述 投票:0回答:1

我在Cognito中创建了一个用户池,并在Cognito中设置了OAuth2代理。现在我试图使用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

我尝试了不同的方式从谷歌,所有指向的问题与curl命令。但是,在这种情况下,没有什么工作罚款。如何解决这种问题欣赏,如果有人可以帮助这个?

谢谢你

curl oauth-2.0 amazon-cognito access-token
1个回答
0
投票

你应该得到oauth2.0端点的令牌。详情在这里。https:/docs.aws.amazon.comcognitolatestdeveloperguidetoken-endpoint.html。

© www.soinside.com 2019 - 2024. All rights reserved.