[jboss-jira] [JBoss JIRA] (WFLY-2786) wildfly undertow can't add <sso cache-container="web" cache-name="sso" domain="myDomain"
Tomaz Cerar (JIRA)
issues at jboss.org
Wed Jan 22 06:14:29 EST 2014
[ https://issues.jboss.org/browse/WFLY-2786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tomaz Cerar updated WFLY-2786:
------------------------------
Fix Version/s: 8.0.0.Final
Priority: Critical (was: Major)
Forum Reference: https://community.jboss.org/message/846078
> 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
More information about the jboss-jira
mailing list