Hide Umbraco Login when using SSO
# help-with-umbraco
j
Hi, I'd like to hide the standard Umbraco login (username/password and login button) and only display the SSO button. I thought there was a configuration option for this but I couldn't see anything and the ability to add custom CSS doesn't seem to strech the the button just the username and password inputs. Any help would be appreciated.
r
In your
ExternalLoginProviderOptions
file, you should be able to set
options.DenyLocalLogin = true
in your
Configure
method https://docs.umbraco.com/umbraco-cms/reference/security/external-login-providers#local-logins
j
Amazing, thank you, Rick.
8 Views