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.​ResponseHandling.​IPushedAuthorizationResponseGenerator

Assembly: Duende.IdentityServer

Service that generates response models for the pushed authorization endpoint. This service encapsulates the behavior that is needed to create a response model from a validated request.

Methods

CreateResponseAsync​(Validation.​ValidatedPushedAuthorizationRequest request)
Asynchronously creates a response model from a validated pushed authorization request.
Returns A task that contains response model indicating either success or failure.
request The validated pushed authorization request.