Skip to main content

Abblix.Oidc.Server.Endpoints.BackChannelAuthentication.Interfaces Namespace

Abblix.Oidc.Server

Abblix.Oidc.Server.Endpoints.BackChannelAuthentication.Interfaces Namespace

Classes
ValidBackChannelAuthenticationRequestRepresents a validated backchannel authentication request, encapsulating the original request model and the associated client information.
Interfaces
IBackChannelAuthenticationHandlerEndpoint contract for the OpenID Connect CIBA (Client-Initiated Backchannel Authentication) flow, orchestrating fetch, validation and processing of an incoming backchannel authentication request to produce the response defined in CIBA Core 1.0 §7.
IBackChannelAuthenticationRequestProcessorDefines the contract for processing validated backchannel authentication requests, transforming them into a response that includes necessary information for the client to complete the authentication flow.
IBackChannelAuthenticationRequestValidatorDefines the contract for validating client-initiated backchannel authentication requests, ensuring that the requests conform to the necessary security and protocol standards.