0

我正在开发一个 cordova 应用程序,并使用 aws cognito 用户池和身份池来验证用户并访问 AWS 中的资源,例如 lambda、RDS 等。

通过使用电子邮件和密码进行简单的注册,cognito 身份池一直运行良好。但是现在我正在尝试集成 facebook 登录。我可以使用 cordova facebook 插件获取 facebook 登录,并且可以使用 facebook 访问令牌获取 aws 凭据。但问题是 Facebook 用户不会在 cognito 用户池中创建。

PS 我aws-cognito-identity-sdk在我的科尔多瓦应用程序中使用来自 aws 的库。

有没有关于这个问题的工作示例和/或文档?

4

1 回答 1

0

Follow the steps given in the bellow documentation to integrate your federated identity pool with a cognito pool.

Find the "Configuring Your Identity Pool Using the AWS Management Console" section to follow the steps from Amazon Cognito console.

https://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-integrating-user-pools-with-identity-pools.html

于 2018-03-22T08:44:54.303 回答