Cleans up BackofficeSecurity, fixes up AuthenticationController for endpoints that aren't authorized (and simplifies)

This commit is contained in:
Shannon
2020-11-27 15:42:41 +11:00
parent 313a2e6f7c
commit 47ab15f457
8 changed files with 33 additions and 79 deletions

View File

@@ -17,8 +17,7 @@ namespace Umbraco.Web.Common.ApplicationModels
{
ActionModelConventions = new List<IActionModelConvention>()
{
new BackOfficeIdentityCultureConvention(),
new AuthenticateAsBackOfficeSchemeConvention()
new BackOfficeIdentityCultureConvention()
};
}