[
https://jira.jboss.org/jira/browse/SECURITY-280?page=com.atlassian.jira.p...
]
Stefan Guilhen commented on SECURITY-280:
-----------------------------------------
Our current implementation allows for more than one stack to be defined. What should
getAppConfigurationEntry(String name) return when there are multiple stacks? Just return
the first one?
JASPI configuration delegating to JAAS login configuration
----------------------------------------------------------
Key: SECURITY-280
URL:
https://jira.jboss.org/jira/browse/SECURITY-280
Project: JBoss Security and Identity Management
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: JBossSX
Affects Versions: 2.0.2.CR6
Reporter: Anil Saldhana
Assignee: Stefan Guilhen
Fix For: 2.0.2.GA
<deployment xmlns="urn:jboss:bean-deployer:2.0">
<application-policy xmlns="urn:jboss:security-beans:1.0"
name="jaspi-test">
<authentication-jaspi>
<login-module-stack name="lm-stack">
<login-module
code="org.jboss.security.auth.spi.UsersRolesLoginModule"
flag="required">
</login-module>
</login-module-stack>
<auth-module
code="org.jboss.web.tomcat.security.jaspi.modules.HTTPBasicServerAuthModule"
login-module-stack-ref="lm-stack"/>
</authentication-jaspi>
</application-policy>
</deployment>
Now since the jaspi layer tries to delegate stuff to the JAAS layer. We need to ensure
that the JDK Configuration.getAppConfigurationEntry("jaspi-test") should be
returning the stuff that is defined in the login module stack.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira