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&...]