Hey Auth0 Community,
We are facing some trouble with google oauth. On some mobile devices, the user can only select a google account once! If the user was already signed in, when they click the sign in with google button, on some devices the account selector is not showing up! Even though the user has multiple accounts already logged in.
I checked the documentation and the forum, I came across the prompt parameter. But I can only send a parameter to auth0. I can’t send the prompt parameter to google using the options. Since the system is tightly integrated, it would require major work to get it to send that prompt in the options.
Is there a way for us to get this working? Our system uses Grant (grant - npm) under the hood.