Force google to show account chooser and consent screen
I was able to implement google oauth on my umbraco frontend website successfully. So Members are able to login using google oauth.
Now I would like to be able to always force google oauth to show account chooser. (See image).
I'm using UmbracoCms.IdentityExtensions.Google
and as far as I know I need to send this parameter in the url request "prompt=select_account" in order to display the account chooser screen but I'm not able to extend or update that class.
Any help would be appreciated.
Additional info:
Umbraco version 7.4.3 assembly: 1.0.5948.18141
Force google to show account chooser and consent screen
I was able to implement google oauth on my umbraco frontend website successfully. So Members are able to login using google oauth. Now I would like to be able to always force google oauth to show account chooser. (See image).
I'm using UmbracoCms.IdentityExtensions.Google and as far as I know I need to send this parameter in the url request "prompt=select_account" in order to display the account chooser screen but I'm not able to extend or update that class.
Any help would be appreciated.
Additional info: Umbraco version 7.4.3 assembly: 1.0.5948.18141
is working on a reply...