Hello Team,
I have implemented the wildfly(26.1.2) SSO using Elytron but seeing a strange behavior, not sure it it is expected or an issue.
Suppose I have multiple application and all the applications are deployed on same wildfly application server. The SSO is working fine i.e. After login to one application, other applications are not asking for credentials. Perfect. The problem is when I am deploying each application on different wildfly servers but on same host say as below.
Now when I login to one application, the other application is automatically getting logged out. Means If I first login to Application-1 and then login to application-2, I will automatically logged out from application-1.
Is there anyway that I can make these applications works independently without impacting the other application as they are running on different wildfly servers (but yes on same host). I do not want to disable SSO as my each application is having many login screen and without sso, navigation to those screen will redirect to login screen again and again.
Thanks,
Sandip