[jboss-dev-forums] [JBoss AS 7 Development] - Re: Every single remote ejb call starts full authentication process with SecurityDomain cache-type="default"

Daniel Jipa do-not-reply at jboss.com
Wed Apr 11 11:43:57 EDT 2012


Daniel Jipa [https://community.jboss.org/people/danjee] created the discussion

"Re: Every single remote ejb call starts full authentication process with SecurityDomain cache-type="default""

To view the discussion, visit: https://community.jboss.org/message/729410#729410

--------------------------------------------------------------
I've just downloaded the latest build for 7.1.2 release and the problem continues for remote and local calls  :( 

Here are bits of my standalone.xml file:


<security-domains>
                <security-domain name="AsfJaas" cache-type="default">
                    <authentication>
                        <login-module code="com.asf.security.server.jaas.AsfBaseLoginModule" flag="required" module="deployment.capone.ear.asf-security-server-2.0-dev.jar">
                            <module-option name="password-stacking" value="useFirstPass"/>
                            <module-option name="debug" value="true"/>
                        </login-module>
                    </authentication>
                </security-domain>
                <security-domain name="AsfRemoteJaas" cache-type="default">
                    <authentication>
                        <login-module code="com.asf.jboss7.security.AsfRemotingLoginModule" flag="required">
                            <module-option name="password-stacking" value="userFirstPass"/>
                        </login-module>
                    </authentication>
                </security-domain>
            </security-domains>
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/729410#729410]

Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120411/debcaa9b/attachment.html 


More information about the jboss-dev-forums mailing list