-
Notifications
You must be signed in to change notification settings - Fork 549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google login is success, but users are not saved into User Pools #685
Comments
@sunchunqiang Try to use empty or random string as the JWT token, and Using We have to minimize learning curve when using AWS SDK APIs. |
Hi @anggrayudi , The |
Response migrated to #693 |
Response migrated to #693 |
@anggrayudi #693 might help you as this works for User pool and google login |
Describe the bug
When sign in or login using Cognito's User Pools, there's no problem. Here's the screenshot. Users are registered correctly.
When I use Google Identity Provider, I open Google login group. But no users on it, even though the login is success.
This is my code:
I also read my
awsconfiguration.json
carefully, and I did nothing wrong. I have setGoogle web app ID
,Android Client ID
, andApp secret
as well.So, where did all users signed in with Google go?
Environment
The text was updated successfully, but these errors were encountered: