Share via


IdentityProviders.CustomOpenIdConnectProviders Property

Definition

Gets or sets the map of the name of the alias of each custom Open ID Connect provider to the configuration settings of the custom Open ID Connect provider.

[Newtonsoft.Json.JsonProperty(PropertyName="customOpenIdConnectProviders")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.WebSites.Models.CustomOpenIdConnectProvider> CustomOpenIdConnectProviders { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="customOpenIdConnectProviders")>]
member this.CustomOpenIdConnectProviders : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.WebSites.Models.CustomOpenIdConnectProvider> with get, set
Public Property CustomOpenIdConnectProviders As IDictionary(Of String, CustomOpenIdConnectProvider)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to