Removes setting the default sign in auth type - this is a user setting, we cannot modify that.

This commit is contained in:
Shannon
2015-03-25 12:36:07 +11:00
parent b67250c3d5
commit bf59510c68

View File

@@ -111,7 +111,6 @@ namespace Umbraco.Web.Security.Identity
{
if (app == null) throw new ArgumentNullException("app");
app.SetDefaultSignInAsAuthenticationType(Constants.Security.BackOfficeExternalAuthenticationType);
app.UseCookieAuthentication(new CookieAuthenticationOptions
{
AuthenticationType = Constants.Security.BackOfficeExternalAuthenticationType,