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.​IValidatedRequest
Assembly: Duende.IdentityServer
Protocol-agnostic representation of a validated request, providing the common context needed by services like <see cref="T:Duende.IdentityServer.Services.IProfileService" /> . Use pattern matching to downcast to a protocol-specific type (e.g., <see cref="T:Duende.IdentityServer.Validation.ValidatedRequest" /> for OIDC).
Properties
Application
Gets the application that made the request.
Gets the authenticated subject.
string
SessionId
Gets the session identifier.
string
IssuerName
Gets the issuer name for the current request. Supports multi-tenancy
scenarios where different tenants have different issuer URIs.
Gets the IdentityServer options in effect for the current request.