-
Notifications
You must be signed in to change notification settings - Fork 936
Description
Is your suggestion related to an experience ? Please describe.
We are using IDN_AUTH_SESSION_STORE and IDN_AUTH_TEMP_SESSION_STORE for storing caches during the authentication flow. The java objects which are used by the IS are serialized and stored in these tables as BLOB data types. Usually these objects are heavy, so storing and retrieving this data in the database adds load to the database. This leads to major performance bottlenecks in the authentication flow.
Describe the improvement
Optimizing the session objects of the session data storage.
-
Authentication Context Cache - Optimization Authentication Context Cache - Optimization #14549
-
Session Context Cache - Optimization Session Context Cache - Optimization #14708
-
Authentication Result Cache - Optimization
-
Authorization Grant Cache - Optimization
-
Authentication Request Cache - Optimization
-
Session Data Cache - Optimization
-
Authentication Error Cache - Optimization
-
Long Wait Result Cache - Optimization
-
OIDC session participants Cache - Optimization
Testing
- Testing with existing data
- Testing by changing the configurations
Documentation
-
Adding about the Session Data Storage Optimization - ConfigurationSession Data Storage Optimization - Adding configuration #14722