Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-2786

wildfly undertow can't add <sso cache-container="web" cache-name="sso" domain="myDomain"

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Duplicate
    • Critical
    • 8.0.0.Final
    • None
    • Web (Undertow)
    • None

    Description

      I want to configure the sso for wildfly without sso server:
      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

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

      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.

      Attachments

        Activity

          People

            tomazcerar Tomaž Cerar (Inactive)
            jeryma xiaojie Ma (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: