OpenIdConnectConfiguration.FrontchannelLogoutSessionSupported Property

Definition

Gets or sets the 'frontchannel_logout_session_supported'.

[System.Text.Json.Serialization.JsonPropertyName("frontchannel_logout_session_supported")]
public string FrontchannelLogoutSessionSupported { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("frontchannel_logout_session_supported")>]
member this.FrontchannelLogoutSessionSupported : string with get, set
Public Property FrontchannelLogoutSessionSupported As String

Property Value

Attributes

Remarks

Would be breaking to change, in 6x it was string, spec says bool. TODO - add another property, obsolete and drop in 8x? see: https://openid.net/specs/openid-connect-frontchannel-1_0.html

Applies to