Reputation: 433
How do I make my cognito user pool username an email with google identity provider.
It is very confusing as well. In attribute mappings it says that google sub is username, but username has a format of "Google_randomnumber"
Please help me how do I assign my own username when doing google auth with cognito user pools?
Upvotes: 3
Views: 1122
Reputation: 52494
I think if you want the real name, you need to join given name and family name. The user name, you need to add an attribute it's Google username.
This is what looks like when you click the User in Users and Groups:
Upvotes: 1