UnauthenticatedClientAction Enum

Definition

The action to take when an unauthenticated client attempts to access the app. Serialized Name: UnauthenticatedClientAction

public enum UnauthenticatedClientAction
type UnauthenticatedClientAction = 
Public Enum UnauthenticatedClientAction
Inheritance
UnauthenticatedClientAction

Fields

Name Value Description
RedirectToLoginPage 0

RedirectToLoginPage Serialized Name: UnauthenticatedClientAction.RedirectToLoginPage

AllowAnonymous 1

AllowAnonymous Serialized Name: UnauthenticatedClientAction.AllowAnonymous

Applies to