Update src/Umbraco.Web.BackOffice/Middleware/BasicAuthAuthenticationMiddleware.cs
Co-authored-by: Andy Butland <abutland73@gmail.com>
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user