Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface Duende.​IdentityServer.​Validation.​IPushedAuthorizationRequestValidator
Assembly: Duende.IdentityServer
Validation service for pushed authorization requests. Note that, in addition to validation performed specially for pushed authorization requests, the pushed parameters should be validated in the same way as an authorization request sent to the authorization endpoint. Typical implementations of this service will delegate to the <see cref="T:Duende.IdentityServer.Validation.IAuthorizeRequestValidator" /> for this purpose.
Methods
System.​Threading.​Tasks.​Task<​PushedAuthorizationValidationResult>
ValidateAsync​(PushedAuthorizationRequestValidationContext context)
Validates the pushed authorization request.
Returns A task containing a pushed authorization result that either
wraps the validated request values or indicates the error code and
description.
context
The validation context