Cleans up BackofficeSecurity, fixes up AuthenticationController for endpoints that aren't authorized (and simplifies)
This commit is contained in:
@@ -17,8 +17,7 @@ namespace Umbraco.Web.Common.ApplicationModels
|
||||
{
|
||||
ActionModelConventions = new List<IActionModelConvention>()
|
||||
{
|
||||
new BackOfficeIdentityCultureConvention(),
|
||||
new AuthenticateAsBackOfficeSchemeConvention()
|
||||
new BackOfficeIdentityCultureConvention()
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user