Skip to content
Introducing the next era of Duende IdentityServer. Read our CEO’s announcement

Backchannel Authentication User Notification Service

Duende.IdentityServer.Services.IBackchannelAuthenticationUserNotificationService

Section titled “Duende.IdentityServer.Services.IBackchannelAuthenticationUserNotificationService”

The IBackchannelAuthenticationUserNotificationService interface is used to contact users when a CIBA login request has been made. To use CIBA, you are expected to implement this interface and register it in the ASP.NET Core service provider.

IBackchannelAuthenticationUserNotificationService APIs

Section titled “IBackchannelAuthenticationUserNotificationService APIs”
  • SendLoginRequestAsync(BackchannelUserLoginRequest request, CancellationToken ct)

    Sends a notification for the user to login via the BackchannelUserLoginRequest parameter.