Disable email and password logins
-
I would like to disable logins that require an email and password and only have SSO/IdPs available.
Basically, a "Disable Password Login" button? How can I achieve this?
-
One approach would be to append the parameter
idp_hint
to the login URL to redirect a user to the appropriate IdP login page. Please read the hints section in our documentation for more information.Another way to disable the password and email login for a user would be to set their password to a random 25-character string. This would make the password essentially impossible to brute force and thus impossible for them to log in via the hosted login page.
-