[
https://issues.jboss.org/browse/WFLY-2786?page=com.atlassian.jira.plugin....
]
Tomaz Cerar updated WFLY-2786:
------------------------------
Comment: was deleted
(was:
https://community.jboss.org/message/846078?et=watches.email.thread
This's a detail description !)
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
<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.
--
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