U4-8850 Configuring a custom BackOfficeUserManager type will not work if the type is not specifically BackOfficeUserManager

This commit is contained in:
Shannon
2016-08-12 12:20:00 +02:00
parent de2d4bef13
commit 2ff3ce933b
12 changed files with 156 additions and 56 deletions

View File

@@ -15,6 +15,8 @@ namespace Umbraco.Core.Security
/// </summary>
public class BackOfficeUserManager : BackOfficeUserManager<BackOfficeIdentityUser>
{
public const string OwinMarkerKey = "Umbraco.Web.Security.Identity.BackOfficeUserManagerMarker";
public BackOfficeUserManager(IUserStore<BackOfficeIdentityUser, int> store)
: base(store)
{