AWS announces preview of AWS Interconnect - multicloud
AWS announces AWS Interconnect – multicloud (preview), providing simple, resilient, high-speed private connections to other cloud service providers. AWS Interconnect - multicloud is easy to configure and provides high-speed, resilient connectivity with dedicated bandwidth, enabling customers to interconnect AWS networking services such as AWS Transit Gateway, AWS Cloud WAN, and Amazon VPC to other cloud service providers with ease.
为什么我在 Cognito 用户池 API 中收到“Invalid Refresh Token”错误?
1 分钟阅读
0
我想对 Amazon Cognito 用户池 API 中的“Invalid Refresh Token”错误进行故障排除。
解决方法
您使用的应用程序客户端 ID 与刷新令牌不同
当用户使用 AdminInitiateAuth API、InitiateAuth API 或托管 UI 验证身份时,应用程序客户端 ID 将用作 ClientId 参数。如果您使用的应用程序客户端 ID 与发布刷新令牌的应用程序客户端 ID 不同,则 API 会返回“Invalid Refresh Token”错误。
要解决此错误,请使用在调用 AdminInitiateAuth 或 InitiateAuth API 时发出原始刷新令牌的相同应用程序客户端 ID。