Update src/Umbraco.Web.BackOffice/Middleware/BasicAuthAuthenticationMiddleware.cs

Co-authored-by: Andy Butland <abutland73@gmail.com>
This commit is contained in:
Bjarke Berg
2021-08-06 11:00:27 +02:00
committed by GitHub
parent 266af1de12
commit aaf28cba21

View File

@@ -13,8 +13,7 @@ using Umbraco.Extensions;
namespace Umbraco.Cms.Web.Common.Middleware
{
/// <summary>
/// Ensures that preview pages (front-end routed) are authenticated with the back office identity appended to the
/// principal alongside any default authentication that takes place
/// Provides basic authentication via back-office credentials for public website access if configured for use and the client IP is not allow listed.
/// </summary>
public class BasicAuthAuthenticationMiddleware : IMiddleware
{