Share via


OpenIdConnectOptions.PushedAuthorizationBehavior Property

Definition

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.

Applies to