OpenIdConnectRegistration.OpenIdConnectConfiguration Property

Definition

Gets or sets the configuration settings of the endpoints used for the custom Open ID Connect provider.

[Newtonsoft.Json.JsonProperty(PropertyName="openIdConnectConfiguration")]
public Microsoft.Azure.Management.WebSites.Models.OpenIdConnectConfig OpenIdConnectConfiguration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="openIdConnectConfiguration")>]
member this.OpenIdConnectConfiguration : Microsoft.Azure.Management.WebSites.Models.OpenIdConnectConfig with get, set
Public Property OpenIdConnectConfiguration As OpenIdConnectConfig

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to