OpenIdConnectConfiguration.HttpLogoutSupported Property

Definition

Boolean value specifying whether the OP supports HTTP-based logout. Default is false.

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)]
[System.Text.Json.Serialization.JsonPropertyName("http_logout_supported")]
public bool HttpLogoutSupported { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)>]
[<System.Text.Json.Serialization.JsonPropertyName("http_logout_supported")>]
member this.HttpLogoutSupported : bool with get, set
Public Property HttpLogoutSupported As Boolean

Property Value

Attributes

Applies to