I’m trying to set up a single page Angular 2+ app with Auth0 and Universal Login without single sign-on. I’m following this guide. It says:
Enable SSO for the application in the Dashboard (Go to the Application’s Settings, then scroll down to the Use Auth0 instead of the IdP to do Single Sign On setting and toggle it on.
That’s pretty clear, but for some reason the option is already enabled, and the switch/control is not clickable. I am unable to disable the option, and I can’t see why.
Are you talking about the Last time you logged in with screen? Or are you automatically getting logged in? In any case, you can use prompt: 'login' to always prompt for credentials
I just want a hosted login, but I do not what to use a single sign-on. I do not want my users to be presented with a screen/modal that asks them to approve my application’s use of their email address and profile.