Skip to main content

IBackChannelNotificationRequest Interface

Abblix.Oidc.Server

Abblix.Oidc.Server.Features.BackChannelAuthentication.Interfaces

IBackChannelNotificationRequest Interface

Common shape of the JSON body the authorization server posts to the client's client_notification_endpoint in CIBA ping and push modes. The auth_req_id is always present; push payloads add the issued tokens.

public interface IBackChannelNotificationRequest

Derived
BackChannelPingNotificationRequest
BackChannelPushNotificationRequest

Properties

IBackChannelNotificationRequest.AuthenticationRequestId Property

The auth_req_id the notification refers to, allowing the client to correlate the callback with the originating CIBA authentication request.

string AuthenticationRequestId { get; init; }

Property Value

System.String