Enum AzureWebAppUnauthenticatedClientAction
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the the unauthenticated client action for an Azure Web App.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureWebAppUnauthenticatedClientAction
Fields
AllowAnonymous = 1Anonymous access is allowed.
RedirectToLoginPage = 2The unauthenticated client action is to redirect to the login page.
Return401 = 3The unauthenticated client action is to return HTTP 401 unauthorized.
Return403 = 4The unauthenticated client action is to return HTTP 403 forbidden.
Unknown = 0The unauthenticated client action is unknown.