Table of Contents

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 = 1

Anonymous access is allowed.

RedirectToLoginPage = 2

The unauthenticated client action is to redirect to the login page.

Return401 = 3

The unauthenticated client action is to return HTTP 401 unauthorized.

Return403 = 4

The unauthenticated client action is to return HTTP 403 forbidden.

Unknown = 0

The unauthenticated client action is unknown.