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”-
SendLoginRequestAsyncSends a notification for the user to login via the BackchannelUserLoginRequest parameter.