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 whether 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, setPublic Property PushedAuthorizationBehavior As PushedAuthorizationBehaviorProperty Value
Defaults to UseIfAvailable.