[
https://issues.jboss.org/browse/WFLY-2553?page=com.atlassian.jira.plugin....
]
Darran Lofthouse commented on WFLY-2553:
----------------------------------------
Predominantly the Undertow integration with JBoss Negotiation is compatible with the
previous JBoss Web integration the main differences being: -
Undertow does not make use of valves so no valve definition is required within the
'jboss-web.xml' deployment descriptor.
The auth method should be specified as follows in the web.xml: -
{noformat}
<login-config>
<auth-method>SPNEGO,FORM</auth-method>
<realm-name>SPNEGO</realm-name>
<form-login-config>
<form-login-page>/login.jsp</form-login-page>
<form-error-page>/error.jsp</form-error-page>
</form-login-config>
</login-config>
{noformat}
This example is for SPNEGO based authentication with fallback to FORM authentication.
The security domain configuration remains the same as in previous releases.
Support for SPNEGO authentication for deployed web applications
---------------------------------------------------------------
Key: WFLY-2553
URL:
https://issues.jboss.org/browse/WFLY-2553
Project: WildFly
Issue Type: Feature Request
Components: Web (Undertow)
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Labels: web_security
Fix For: 10.0.0.CR2
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)