SiteAuthSettingsInner.DefaultProvider 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". Possible values include: 'AzureActiveDirectory', 'Facebook', 'Google', 'MicrosoftAccount', 'Twitter'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultProvider")]
public Microsoft.Azure.Management.AppService.Fluent.Models.BuiltInAuthenticationProvider? DefaultProvider { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultProvider")>]
member this.DefaultProvider : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.BuiltInAuthenticationProvider> with get, set
Public Property DefaultProvider As Nullable(Of BuiltInAuthenticationProvider)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to