When accessing the Identity Manager (IDM) User Interface (UI) through an AccessGateway Application Load Balancer (ALB), users may experience unexpected redirects to the IDM homepage.
This often occurs after logging in successfully and attempting to perform a search or initiate a task. This redirection behavior is typically indicative of session state loss, preventing the application from maintaining the user's authenticated context.
Identity Manager 14.x
The session loss occurs when the jsessionid (the cookie used to track the user's session) is not correctly preserved or associated with the backend IDM server. If the Load Balancer does not maintain session stickiness (affinity), subsequent requests from the user's browser may be routed to a different node in the cluster or the session cookie may be dropped, causing the application to force a return to the homepage.
To resolve session loss and prevent redirects to the homepage, review and update the configuration of your AccessGateway ALB:
jsessionid cookie is being passed through to the backend servers without modification.Secure or HttpOnly) are handled correctly and not stripped during traffic pass-through.