AadAuthFailureMode Enum

Definition

Defines values for AadAuthFailureMode.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum AadAuthFailureMode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type AadAuthFailureMode = 
Public Enum AadAuthFailureMode
Inheritance
AadAuthFailureMode
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Name Value Description
Http403 0

Indicates that requests that failed authentication should be presented with an HTTP status code of 403 (Forbidden).

Http401WithBearerChallenge 1

Indicates that requests that failed authentication should be presented with an HTTP status code of 401 (Unauthorized) and present a Bearer Challenge.

Applies to