[jboss-jira] [JBoss JIRA] (SECURITY-793) Add support to fall back to BASIC authentication.
Darran Lofthouse (JIRA)
issues at jboss.org
Thu Feb 13 12:37:28 EST 2014
[ https://issues.jboss.org/browse/SECURITY-793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse resolved SECURITY-793.
---------------------------------------
Resolution: Done
The following can now be added to the web.xml to enable fallback to BASIC auth: -
{code}
<!-- Set to true and comment out the form-login-config below to enable fallback to BASIC auth. -->
<context-param>
<description>BASIC Authentication FallBack</description>
<param-name>org.jboss.security.negotiation.NegotiationAuthenticator.BasicAuthFallBack</param-name>
<param-value>true</param-value>
</context-param>
{code}
> Add support to fall back to BASIC authentication.
> -------------------------------------------------
>
> Key: SECURITY-793
> URL: https://issues.jboss.org/browse/SECURITY-793
> Project: PicketBox
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Negotiation
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Fix For: Negotiation_2_1_5
>
>
--
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