Skip to content
Livestream: Custom Authentication in ASP.NET Core - RemoteAuthenticationHandler with Elin and Robert from Active Solution. Register Now!

Backchannel User Login Request

Duende.IdentityServer.Models.BackchannelUserLoginRequest

Section titled “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.