Abblix.Oidc.Server.Endpoints.EndSession Namespace
Abblix.Oidc.Server
Abblix.Oidc.Server.Endpoints.EndSession Namespace
| Classes | |
|---|---|
| EndSessionHandler | Default IEndSessionHandler implementation. Delegates validation to IEndSessionRequestValidator, then forwards a successful ValidEndSessionRequest to IEndSessionRequestProcessor; validation failures short-circuit and are returned as-is. |
| EndSessionRequestProcessor | Implements the logic for processing end-session requests. |
| EndSessionRequestValidator | Implements the logic for validating end-session requests. |
| Interfaces | |
|---|---|
| IEndSessionHandler | Top-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. |