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.​Models.​IAuthenticationContext

Assembly: Duende.IdentityServer

Protocol-agnostic context for an authentication request, providing the common information needed by login/consent UI pages.

Properties

Application
The application that initiated the authentication request.
string
IdP
The external identity provider requested. Used to bypass home realm discovery (HRD).
string
LoginHint
The expected username the user will use to login.
string
Tenant
The tenant requested.
The prompt modes requested (e.g. "login", "none"). Maps to OIDC prompt parameter values and SAML ForceAuthn/IsPassive flags.