Hi,
We are successfully doing OIDC integration with Azure on our AEM publisher instances.
In our current SAML setup, we use a high-wire load balancing mechanism with sticky sessions so that all requests for a user’s session are routed to the same publisher. This avoids re-authentication issues.
However, when we disable sticky sessions so that requests can go to different publisher instances, the user session isn’t available across all nodes and the user is prompted to log in on each request.
To handle this scenario, we enabled “Encapsulated Token,” which is meant to support stateless session management across publishers.
Unfortunately, upon enabling Encapsulated Token in our OIDC codebase, the user’s .token node is not being created, and the integration fails.
Any suggestions or idea.