I need to configure SAML between 2 or more applications deployed in WebLogic 10.3.6 server. I successfully configure SAML between 2 different domains, but I need to use SAML between 2 applications in same domain, diferent managed servers. If I deploy apps in same domain, same managed server, credentials are sharing automatically even SAML not configured. App1 call App2 within an iframe. When I access App1, logon page works. When I access App2 within iframe, credentials was transfered perfectly from App1 to App2, but when I return to App1, session is ended. Deploying apps on diferent domains all works fine and I can access App1 and App2 normally.
I can't understand why App1's session was killed when I access App2 in same domain and different managed servers.