Moves some files, adds notes, starts poc for back office login providers

This commit is contained in:
Shannon
2020-11-26 19:24:55 +11:00
parent 87b6c4852f
commit e01abf2802
17 changed files with 180 additions and 91 deletions

View File

@@ -17,9 +17,9 @@ using Umbraco.Web.BackOffice.HealthCheck;
using Umbraco.Web.BackOffice.Profiling;
using Umbraco.Web.BackOffice.PropertyEditors;
using Umbraco.Web.BackOffice.Routing;
using Umbraco.Web.BackOffice.Security;
using Umbraco.Web.BackOffice.Trees;
using Umbraco.Web.Common.Attributes;
using Umbraco.Web.Common.Security;
using Umbraco.Web.Features;
using Umbraco.Web.Models.ContentEditing;
using Umbraco.Web.Trees;
@@ -422,7 +422,7 @@ namespace Umbraco.Web.BackOffice.Controllers
.Select(p => new
{
authType = p.AuthenticationType, caption = p.Name,
properties = p.Properties
properties = p.Options
})
.ToArray()
}