Hi @Mahesh_Gunaje ,
In AMS with multiple publish nodes, OKTA login works per node, but sessions are not auto-shared.Put a load balancer/dispatcher with sticky sessions so each user stays on the same publish node.
Or use a shared session store/SSO token (e.g., OKTA JWT or SAML token validated on ever...