I don’t want to display the email and password field. From my application’s connection settings, I disabled “Username-Password-Authentication” and only enabled “google-oauth2”. Similar to the screenshots an older post . However, my login popup still shows the email and password fields.
basically I have the exact same issue as in this post
my tenant have 2 applications, the “Username-Password-Authentication” option is enabled for 1 of them and not for the other (but currently it shown for both of them)
Hmm that’s odd With only the Google connection enabled for the application, you shouldn’t be seeing the username/pass option. Are you using a particular SDK? Do you get the same result in incognito or a different browser? If you use developer tools or similar to inspect the /authorize request, do you see the correct client_id being passed?
I’m getting the same result in incognito and different browser.
I’m seeing the correct client_id in the /authorize request
the login and authentication are working as expected for both of my applications in this tenant.
actually I just tried to disable the “Username-Password-Authentication” now for the other application and it shown there as well.
I have nearly the same configuration and only see the Google social login button, as expected. The React SDK does have a connection param that can be passed in authorizationParams. This would bring users directly to Google to login.
Not sure if you have user or are just testing, but it might be worth deleting the database connection and re-creating.
@tyf
ok so I set connection: 'google-oauth2' under the authorizationParams object and now it looks like the universal login is kind of automatically prompt me my available google usernames.
shouldn’t it just show me the following login page?
if I didn’t explained myself correctly then I meant that it skips the login page and just show the UI that after clicking the Continue with Google button.
is it the expected behavior?
That’s expected behavior - Essentially redirecting users directly to Google and skipping any sort of “sign in with Google” prompt. Are you using default New Universal Login settings? I would also check to see if you have any configured rules or actions that could be getting in the way.
we don’t have any rules or actions defined in our tenants.
and yea we are using the default universal login settings (besides some custom texts changes and theme changes)
the universal login settings might affect it somehow? if so, what setting should do it?
This is just a heads-up that we’ll be hosting an Ask Me Anything (AMA) session all about Universal Login, and this question is relevant to our event. Auth0 by Okta Subject Matter Experts will answer your question on Thursday, October 24th, from 9 a.m. to 11 a.m. PST.
Have more questions about customizing your login experience, boosting security, or implementing advanced features?
Drop your questions in this thread before October 23rd, and our experts will provide answers during the AMA!
Plus, you’ll earn points and a special badge for participating!