Cognito Authentication working but errors show?

亡梦爱人 提交于 2019-12-01 08:45:34

The problem here is that you are passing the login provider name in the logins map as key. You can't do that for Developer Authenticated Identities.

Instead you should use the Cognito identity provider name, cognito-identity.amazonaws.com, in the map, like it says in the documentation. This should fix you exception.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!