[
https://issues.jboss.org/browse/WFLY-2786?page=com.atlassian.jira.plugin....
]
Paul Ferraro closed WFLY-2786.
------------------------------
Resolution: Duplicate Issue
Duplicates WFLY-2404
wildfly undertow can't add <sso
cache-container="web" cache-name="sso" domain="myDomain"
----------------------------------------------------------------------------------------
Key: WFLY-2786
URL:
https://issues.jboss.org/browse/WFLY-2786
Project: WildFly
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Web (Undertow)
Reporter: xiaojie Ma
Assignee: Tomaz Cerar
Priority: Critical
Fix For: 8.0.0.Final
I want to configure the sso for wildfly without sso server:
For example :JBOSS7
{code:xml}
<virtual-server name="default-host"
enable-welcome-root="true">
<alias name="localhost"/>
<sso domain="localhost" reauthenticate="false"/>
</virtual-server>
{code}
or
{code:xml}
<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>
{code}
I add {code}" <sso domain="localhost"
reauthenticate="false"/>" {code}
between the <location> and< /location>:
{code:xml}
<host name="default-host" alias="localhost">
<location name="/"
handler="welcome-content">
<sso domain="localhost"
reauthenticate="false"/>
</location>
</host>
{code}
if so,I can't start the wildfly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira