OpenIdConnectConfiguration.FrontchannelLogoutSupported Property

Definition

Gets or sets the 'frontchannel_logout_supported'.

[System.Text.Json.Serialization.JsonPropertyName("frontchannel_logout_supported")]
public string FrontchannelLogoutSupported { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("frontchannel_logout_supported")>]
member this.FrontchannelLogoutSupported : string with get, set
Public Property FrontchannelLogoutSupported 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