How to let User-Password user link Google account

How can we properly implement the Social account linking for a user-password user? Do we have to force user to accept a management API consent before popping up the Google Auth Window? It is weird to see a consent window to ask permission from the app and then popping up the Google auth window.

We have followed this example auth0-link-accounts-sample/SPA at master · auth0-samples/auth0-link-accounts-sample · GitHub.

Hi @swifteam ,

This doc explains the details about the user account linking example you followed. This implementation calls the Auth0 link a user account endpoint, to link account that’s why it pops up the consent window to access .

Hope this helps!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.