OpenIdConnectConfiguration.LogoutSessionSupported Property

Definition

Boolean value specifying whether the OP can pass a sid (session ID) query parameter to identify the RP session at the OP when the logout_uri is used. Dafault Value is false.

[System.Text.Json.Serialization.JsonPropertyName("logout_session_supported")]
public bool LogoutSessionSupported { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("logout_session_supported")>]
member this.LogoutSessionSupported : bool with get, set
Public Property LogoutSessionSupported As Boolean

Property Value

Attributes

Applies to