Version 6.x has been out of support since May 14, 2024, and this corresponding section of the documentation is no longer maintained. We strongly recommend you upgrade to the latest supported version of 7.x and read the latest version of this documentation.

Backchannel User Login Request

Duende.IdentityServer.Models.BackchannelUserLoginRequest

Models the information to initiate a user login request for CIBA.

  • InternalId

    Ihe identifier of the request in the store.

  • Subject

    The subject for whom the login request is intended.

  • BindingMessage

    The binding message used in the request.

  • AuthenticationContextReferenceClasses

    The acr_values used in the request.

  • Tenant

    The tenant value from the acr_values used the request.

  • IdP

    The idp value from the acr_values used in the request.

  • RequestedResourceIndicators

    The resource indicator values used in the request.

  • Client

    The client that initiated the request.

  • ValidatedResources

    The validated resources (i.e. scopes) used in the request.