[jboss-jira] [JBoss JIRA] (WFLY-2553) Support for SPNEGO authentication for deployed web applications

Darran Lofthouse (JIRA) issues at jboss.org
Tue Sep 22 12:14:01 EDT 2015


    [ https://issues.jboss.org/browse/WFLY-2553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13111362#comment-13111362 ] 

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)


More information about the jboss-jira mailing list