Google OpenID force user account selection (like google oauth's login_hint param) -


i implementing interface knows email of user before user has logged in. preferably, since i'm using authentication i'd use openid opposed oauth2. however, if user logged in multiple google accounts user forced select accounts. i'd prefer if tell google wanted specific google account logged in user not have guess account i'm looking (given they're logged in account). better ux.

i know google's oauth2 can specify login_hint skip account selection screen if user logged in account specified in login_hint parameter. reference, https://developers.google.com/accounts/docs/oauth2login

does know of similar openid? i've read google's documentation , seems it's not possible, perhaps i'm missing something. appreciated!

unfortunately, openid doesn't support login hint feature.

i recommend use oauth2 if possible, given oauth2 can used authentication only.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -