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.

class Duende.​IdentityServer.​ResponseHandling.​AuthorizeInteractionResponseGenerator

Assembly: Duende.IdentityServer

Inheritance: object → AuthorizeInteractionResponseGenerator

Implemented Interfaces

Default logic for determining if user must login or consent when making requests to the authorization endpoint.

Fields and Constants

The logger.
protected readonly Services.​IConsentService
Consent
The consent service.
protected readonly Services.​IProfileService
Profile
The profile service.
protected readonly IClock
Clock
The clock
Options
The options

Methods

ProcessInteractionAsync​(Validation.​ValidatedAuthorizeRequest request, Models.​ConsentResponse consent = null)
Processes the interaction logic.
request The request.
consent The consent.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object