How to prompt always google authentication windows

I’m using lock 10 for web Widget and I need help to known how to always prompt google authentication windows.

That windows shows up only the first time and if more that 2 account have already been used on the specific browser for authentication.
I have implemented the log out widget and now When I try to authenticate with another gmail account it is not possible.

1 Like

For the case of Google, if you specify a value of select_account for the prompt parameter then Google will allow account selection in situation that demand it. For example, if two users have authenticated in the same browser session then the selection screen should be displayed.

The prompt parameter that Auth0 receives will also be sent to the external IdP (in this case Google) so you should configure Lock in a way that sends the parameter in question with that value.