OpenIdConnectEvents.OnPushAuthorization Property

Definition

Invoked before authorization parameters are pushed using PAR.

public Func<Microsoft.AspNetCore.Authentication.OpenIdConnect.PushedAuthorizationContext,System.Threading.Tasks.Task> OnPushAuthorization { get; set; }
member this.OnPushAuthorization : Func<Microsoft.AspNetCore.Authentication.OpenIdConnect.PushedAuthorizationContext, System.Threading.Tasks.Task> with get, set
Public Property OnPushAuthorization As Func(Of PushedAuthorizationContext, Task)

Property Value

Applies to