Resolvable user store

This commit is contained in:
Scott Brady
2020-05-15 16:52:51 +01:00
parent c9f9706523
commit e872ba1a64
3 changed files with 92 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ namespace Umbraco.Web.UI.BackOffice
services.AddUmbracoCore(_env, out var factory);
services.AddUmbracoWebComponents();
services.AddUmbracoRuntimeMinifier(_config);
services.AddUmbracoBackOfficeIdentity();
services.AddUmbracoBackOfficeIdentity(factory);
services.AddMvc();