GlobalValidation.RedirectToProvider Property

Definition

Gets or sets the default authentication provider to use when multiple providers are configured. This setting is only needed if multiple providers are configured and the unauthenticated client action is set to "RedirectToLoginPage".

[Newtonsoft.Json.JsonProperty(PropertyName="redirectToProvider")]
public string RedirectToProvider { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="redirectToProvider")>]
member this.RedirectToProvider : string with get, set
Public Property RedirectToProvider As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to