login_hint custom parameter with Google Provider
See original GitHub issueHi,
I’m trying to use Google Provider with a custom parameter “login_hint”, like this :
customParameters: {
login_hint: "email@adress.com",
prompt: "consent"
}
But, it doesn’t work, there is not parameter login_hint
in the URL.
So, I tested with loginHint
and I could see the parameter in the URL.
Is there any particular reason why login_hint
is not passed to the URL ? Am I doing something wrong ?
Thanks in advance for your help 🙏🏼
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Create custom parameters for advanced tracking - Google Ads ...
Create or edit custom parameters at the campaign level · Sign into your Google Ads account. · In the navigation panel, click All...
Read more >Adding google login_hint parameter to Spring oauth2 ...
Is this the best way to customize the spring oauth2 implementation to set the login_hint parameter on the authorization request? spring · spring ......
Read more >OpenID Connect | Authentication - Google Developers
To create one, click Create credentials. Customize the user consent screen. For your users, the OAuth 2.0 authentication experience includes a consent screen ......
Read more >Pass Parameters to Identity Providers - Auth0
You can pass provider-specific parameters to an Identity Provider (IdP) during authentication. The values can either be static per connection or dynamic per ......
Read more >Signing in users with Microsoft | Identity Platform Documentation
Go to the Identity Providers page in the Google Cloud console. Go to the Identity Providers page ... Optional: Specify additional custom OAuth...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok makes sense. As mentioned, we plan to support re-authentication in FirebaseUI but at the moment we are currently in the middle of supporting email link sign-in.
Great, this is a good news. Thanks !