aws-amplify with Auth0

帅比萌擦擦* 提交于 2021-02-07 08:55:50

问题


We've got Auth0 and aws-amplify working separately for our React Native App. But, going the next step (even following the Auth0 and AWS docs) for getting the authentication to flow from Auth0 to Cognito/User-Pools has not been working.

Yet, we've not found discussion on stack overflow, or Auth0 or others with the same problem. Is it possible that we are missing something?

aws-amplify does imply that OpenID Connect and Federated Identities are working, but its possible that the library is not yet supporting this flow.

refs: https://github.com/aws/aws-amplify/issues/58 https://auth0.com/docs/integrations/integrating-auth0-amazon-cognito-mobile-apps https://docs.aws.amazon.com/cognito/latest/developerguide/open-id.html

Does anyone have a working example or other docs that we could use to debug the flow? Right now it defaults to the guest/unauth route after Auth0 and aws-amplify communicate, rather then enabling authentication to flow and our policies to be applied for the user.


回答1:


Hi we have this feature request in the repo. https://github.com/aws/aws-amplify/issues/239



来源:https://stackoverflow.com/questions/48644368/aws-amplify-with-auth0

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