OpenIdConnectConfiguration.LogoutSessionSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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