6 Replies Latest reply on Nov 18, 2013 6:27 AM by jeryma

    Question about wildfly cluster sso

    jeryma

      I want to configure the sso for wildfly,do you know how to configure undertow for this part ?thanks

       

      For example :JBOSS7

       

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

        <alias name="localhost"/>

        <sso domain="localhost" reauthenticate="false"/>

        </virtual-server>

      or

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

        <alias name="localhost"/>

      <sso cache-container="web" cache-name="sso" domain="myDomain" reauthenticate="true"/>

        </virtual-server>

       

      I add this red words between the <location> and< /location>:

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

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

                         <sso domain="localhost" reauthenticate="false"/>

                          </location>

                   </host>

      if so,I can't start the wildfly.