我已根据Alexa技能和Aws Cognito的文档正确设置了所有内容
我有验证码uri
ksh: articles1_test.R: not found
令牌uri
GET https://mydomain.auth.us-east-1.amazoncognito.com/oauth2/authorize?
response_type=code&
client_id=ad398u21ijw3s9w3939&
redirect_uri=https://YOUR_APP/redirect_uri&
state=STATE&
scope=openid+profile+aws.cognito.signin.user.admin
所有这些都有效,但是当我启用技能并关联帐户后,该功能将无效。 它返回
我们目前无法链接您的技能
使用cognito和alexa配置帐户链接的确切和正确格式是什么? 预先感谢