2 Replies Latest reply on Dec 9, 2014 1:19 PM by marco.simoes

    SSO in WildFly 8.1 Domain mode

    marco.simoes

      Hey Guys,

       

      Need help in SSO configuration in WildFly 8.1 Domain Mode.

       

      I migrated my application from JBoss AS 7 to WildFly 8.1 and subsystem undertow parameters are different.

       

      In Jboss AS 7 i setup subsystem web this way:

      <virtual-server name="default-host" enable-welcome-root="true">

           <alias name="localhost"/>

           <alias name="example.com"/>   

           <sso cache-container="web" cache-name="sso" domain="myapp.com" reauthenticate="true"/>

         </virtual-server>

        

       

      In WildFly 8.1 i setup subsystem undertow this way:

        <host name="default-host" alias="localhost">

              <location name="/" handler="welcome-content"/>

              <filter-ref name="server-header"/>

              <filter-ref name="x-powered-by-header"/>

              <single-sign-on domain="myapp.com"/>

          </host>

       

      In WildFly configuration i don't see where i configure cache-container for SSO. For this configuration i used full-ha profile.

       

      Someone has gone through this, or know how to solve ?



      Thanks.