Introduction to OIDC Server
Implemented StandardsTechnical Requirements
Abblix.Oidc.Server
Abblix.Oidc.Server.Features.BackChannelAuthentication.InterfacesIAuthenticationCompletionHandlerIAuthenticationRequestIdGeneratorIBackChannelGrantProcessorIBackChannelLongPollingServiceIBackChannelNotificationRequestIBackChannelRequestStorageINotificationDeliveryServiceIUserDeviceAuthenticationHandler
Cette page n'a pas encore été traduite.
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 IBackChannelNotificationRequestDerived
↳ 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; }