OpenIdConnectOptions.PushedAuthorizationBehavior 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.
Controls wether the handler should push authorization parameters on the backchannel before redirecting to the identity provider. See https://tools.ietf.org/html/9126.
public Microsoft.AspNetCore.Authentication.OpenIdConnect.PushedAuthorizationBehavior PushedAuthorizationBehavior { get; set; }
member this.PushedAuthorizationBehavior : Microsoft.AspNetCore.Authentication.OpenIdConnect.PushedAuthorizationBehavior with get, set
Public Property PushedAuthorizationBehavior As PushedAuthorizationBehavior
Property Value
Defaults to UseIfAvailable.