<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Force Google Account Selection on every login]]></title><description><![CDATA[<p dir="auto">We have users with multiple google accounts (private and school accounts, for example).</p>
<p dir="auto">Some users will mistakenly connect on a private account, which isn't registered with us. FusionAuth automatically creates the account, but user doesn't get registered for our apps that way. So we bounce them out, returning them to our splash page.</p>
<p dir="auto">Then they try to login again and this time they fall into our app, by-passing the Google account selection screen.  The wrong Google account is still active and they get bounced.  No easy way to get out of this mess, short of going to a Google site in the browser and logging out.</p>
<p dir="auto">I'm thinking that perhaps we need to always show the Google account selection screen. For the record we aren't using the canned Google IdP but we've created two (managed and unmanaged) using OpenID.  Google docs suggest that prompt=select_account  can be passed on the OAuth2 authorization URL. Is there a way to specify options that should be used for each IdP?  <a href="https://developers.google.com/identity/protocols/oauth2/openid-connect#prompt" rel="nofollow ugc">https://developers.google.com/identity/protocols/oauth2/openid-connect#prompt</a></p>
]]></description><link>https://fusionauth.io/community/forum/topic/663/force-google-account-selection-on-every-login</link><generator>RSS for Node</generator><lastBuildDate>Sat, 05 Sep 2026 08:28:06 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/663.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 14 Dec 2020 09:52:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Force Google Account Selection on every login on Mon, 21 Dec 2020 19:56:46 GMT]]></title><description><![CDATA[<p dir="auto">Added this as a feature request: <a href="https://github.com/FusionAuth/fusionauth-issues/issues/1041" rel="nofollow ugc">https://github.com/FusionAuth/fusionauth-issues/issues/1041</a></p>
]]></description><link>https://fusionauth.io/community/forum/post/2021</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/2021</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Mon, 21 Dec 2020 19:56:46 GMT</pubDate></item><item><title><![CDATA[Reply to Force Google Account Selection on every login on Sat, 19 Dec 2020 03:46:38 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Dan - the manual endpoint configuration did the trick. I put the parameter on the authorization URL.</p>
<p dir="auto">David</p>
]]></description><link>https://fusionauth.io/community/forum/post/2007</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/2007</guid><dc:creator><![CDATA[davidmw]]></dc:creator><pubDate>Sat, 19 Dec 2020 03:46:38 GMT</pubDate></item><item><title><![CDATA[Reply to Force Google Account Selection on every login on Fri, 18 Dec 2020 16:22:29 GMT]]></title><description><![CDATA[<p dir="auto">Ah, ok, sorry for misunderstanding what you are trying to accomplish.</p>
<p dir="auto">There's no standard way of appending additional information to the idp request in FusionAuth. I think it might make sense to add that ability, but that'd be a feature request, to be prioritized along with the other work: <a href="https://github.com/fusionauth/fusionauth-issues/issues" rel="nofollow ugc">https://github.com/fusionauth/fusionauth-issues/issues</a></p>
<p dir="auto">As a workaround, this might work.</p>
<p dir="auto">Can you add uncheck <code>Discover endpoints</code> in the FusionAuth OIDC Identity Provider configuration, and then append <code>prompt=consent</code> or <code>?prompt=consent</code> to the authorization and token URLs? Then test to see if Google is receiving the additional authentication URI parameters?</p>
]]></description><link>https://fusionauth.io/community/forum/post/2000</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/2000</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Fri, 18 Dec 2020 16:22:29 GMT</pubDate></item><item><title><![CDATA[Reply to Force Google Account Selection on every login on Fri, 18 Dec 2020 04:46:12 GMT]]></title><description><![CDATA[<p dir="auto">Afraid not. This isn't an issue of selecting the right IdP for the user or an issue of wanting to skip FusionAuth login screen .</p>
<p dir="auto">Once control is passed to Google - I need to ensure that Google prompts the user for Google Account selection. I can't have Google assuming that the user wants to authenticate using the active Google Account - it needs to ask.</p>
]]></description><link>https://fusionauth.io/community/forum/post/1999</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/1999</guid><dc:creator><![CDATA[davidmw]]></dc:creator><pubDate>Fri, 18 Dec 2020 04:46:12 GMT</pubDate></item><item><title><![CDATA[Reply to Force Google Account Selection on every login on Thu, 17 Dec 2020 12:40:02 GMT]]></title><description><![CDATA[<p dir="auto">Have you seen the <code>idp_hint</code> and <code>login_hint</code> parameters?</p>
<p dir="auto">They are documented here: <a href="https://fusionauth.io/docs/v1/tech/identity-providers/#hints" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/identity-providers/#hints</a></p>
<p dir="auto"><a href="https://github.com/FusionAuth/fusionauth-issues/issues/909" rel="nofollow ugc">They don't work for the canned google provider</a> but should work for OIDC providers (and it seems that is what you are using).</p>
<p dir="auto">Will using these parameters solve the problem?</p>
]]></description><link>https://fusionauth.io/community/forum/post/1989</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/1989</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Thu, 17 Dec 2020 12:40:02 GMT</pubDate></item></channel></rss>