More signinmanager, signin now works and we set the user principal in the correct place on login

This commit is contained in:
Shannon
2020-05-27 18:27:49 +10:00
parent e47f81efdc
commit 1cfc490751
11 changed files with 179 additions and 77 deletions

View File

@@ -18,6 +18,7 @@ using Umbraco.Extensions;
using Umbraco.Web.BackOffice.Filters;
using Umbraco.Web.BackOffice.Security;
using Umbraco.Web.Common.ActionResults;
using Umbraco.Web.Common.Attributes;
using Umbraco.Web.Models;
using Umbraco.Web.WebAssets;
using Constants = Umbraco.Core.Constants;
@@ -25,7 +26,7 @@ using Constants = Umbraco.Core.Constants;
namespace Umbraco.Web.BackOffice.Controllers
{
[Area(Constants.Web.Mvc.BackOfficeArea)]
[PluginController(Constants.Web.Mvc.BackOfficeArea)]
public class BackOfficeController : Controller
{
private readonly BackOfficeUserManager _userManager;