Wildfly share session between EARs?

前端 未结 2 795
清酒与你
清酒与你 2021-01-24 05:43

I have 2 WAR applications in 2 independent EARs that I want to deploy in a single instance of Wildfly 10/JBoss 7 EAP. How can I share sessions/authentication between the 2 wars

2条回答
  •  既然无缘
    2021-01-24 06:36

    Sharing session between two web application which are part of same EAR is possible, go through document for more details on this. For single authentication for both web applications, you have to implement SSO. You can implement SSO using SAML or Kerberos. Hope it helps..!!

提交回复
热议问题