Dan Kiuna
Dan Kiuna
Similar to https://github.com/aws-amplify/amplify-js/issues/4044
Hi @ffxsam - thank you for opening this issue! I'm able to confirm the behavior and its an un-intended side effect of the current event handling logic between single and...
Hi @Mark-Durkot following up here - looking at the screenshots you shared, your `redirect_uri` look wrong. Instead of the being the cognito hosted ui domain, it should be the URI...
@Mark-Durkot following up here - let me know if you were able to get unblocked on this.
Hi @FPRM were you able to get this resolved, or do you still need assitance?
Hi @alex-breen can you clarify what error message you are seeing when social sign in fails? And at exactly which step it seems to fail at?
@alex-breen thank you for confirming! This sounds similar to the issue at https://github.com/aws-amplify/amplify-js/issues/4044 where after the initial sign in on the social provider (ex Google) Cognito Hosted UI continues to...
@alex-breen thanks for the context - When you said the following: > I'm expecting a successful signin on Google to result in the app getting user credentials in the redirect....
@alex-breen one potential issue is that the hosted ui endpoint you are trying to use is not configured to work the the userpool/userpool client that you are defining through `Amplify.configure()`...
HI @RyanElliottPotterGMSL thank you for opening this issue. This does sound like an interesting use case that you were able to address in V5, but would need a different approach...