View Source
Class BasicAuthSettings
Typed configuration options for basic authentication settings.
Assembly: Umbraco.Core.dll
Syntax
[UmbracoOptions("Umbraco:CMS:BasicAuth")]
public class BasicAuthSettings
Properties
View Source
AllowedIPs
Declaration
public ISet<string> AllowedIPs { get; set; }
Property Value
| Type |
Description |
| ISet<string> |
|
View Source
Enabled
Gets or sets a value indicating whether Basic Auth Middleware is enabled.
Declaration
public bool Enabled { get; set; }
Property Value
View Source
RedirectToLoginPage
Declaration
public bool RedirectToLoginPage { get; set; }
Property Value
View Source
SharedSecret
Declaration
public SharedSecret SharedSecret { get; set; }
Property Value