Abblix.Oidc.Server.Features.SessionManagement Namespace
Abblix.Oidc.Server
Abblix.Oidc.Server.Features.SessionManagement Namespace
| Classes | |
|---|---|
| AuthorizationRequestProcessorDecorator | Enhances an existing authorization request processor with session management capabilities, specifically tailored for OpenID Connect (OIDC) scenarios. This decorator introduces session state handling into the authorization response, enabling clients to maintain and manage session state in accordance with OpenID Connect session management specifications. |
| SessionManagementService | Implements session management functionality in accordance with OpenID Connect session management standards. This service is responsible for managing browser sessions by utilizing cookies and providing mechanisms to check and maintain the session state between the client and the server. |
| Interfaces | |
|---|---|
| ISessionManagementService | Provides methods and properties for managing user sessions in the context of an OpenID Connect or OAuth 2.0 authorization server. This interface enables the implementation of session management features, such as creating session cookies, generating session state values and processing check session requests. |