Skip to main content

Abblix.Oidc.Server.Endpoints.EndSession Namespace

Abblix.Oidc.Server

Abblix.Oidc.Server.Endpoints.EndSession Namespace

Classes
EndSessionHandlerDefault IEndSessionHandler implementation. Delegates validation to IEndSessionRequestValidator, then forwards a successful ValidEndSessionRequest to IEndSessionRequestProcessor; validation failures short-circuit and are returned as-is.
EndSessionRequestProcessorImplements the logic for processing end-session requests.
EndSessionRequestValidatorImplements the logic for validating end-session requests.
Interfaces
IEndSessionHandlerTop-level entry point for the OpenID Connect RP-Initiated Logout endpoint. Validates the incoming request and, on success, performs sign-out and produces the post-logout redirect target plus any front-channel logout URIs to be invoked by the relying party.