You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
I see support in GoogleHandler.BuildChallengeUrl for approval_prompt via: AddQueryString(queryStrings, properties, "approval_prompt");
First, I can't figure out how to apply that property. Setting it in CookieAuthenticationEvents.OnSigningIn doesn't seem to cause any different behavior by Google.
I've managed to work around this limitation by adding ?prompt=select_account to the AuthorizationEndpoint in GoogleOptions, but it's a pretty ugly hack.