CustomOpenIdConnectProvider.Registration Property

Definition

Gets or sets the configuration settings of the app registration for the custom Open ID Connect provider.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to