This content has been marked as final.
Show 1 reply
-
1. Re: JAAS in GateIn 3.6
nttuyen266 Jan 26, 2014 9:59 PM (in response to anishantony)In gatein 3.6, you can add a CustomLoginModule in $GATEIN_HOME/standalone/configuration/standalone.xml,
For example:
<security-domain name="gatein-domain" cache-type="default">
[....]
<authentication>
<login-module code="org.exoplatform.services.security.j2ee.JBossAS7LoginModule" flag="required">
<module-option name="portalContainerName" value="portal"/>
<module-option name="realmName" value="gatein-domain"/>
</login-module>
</authentication>
</security-domain>