OpenIdConnectConfiguration.FrontchannelLogoutSupported 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.
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