[wildfly-dev] Adding additional security domain to standalone.xml?

arjan tijms arjan.tijms at gmail.com
Fri Oct 30 05:19:59 EDT 2015


Hi,

Currently one has to "activate" JASPIC in WildFly by doing two things:

1. Adding a generic "dummy" security domain to standalone.xml
2. Referencing this domain from a jboss-web.xml within the application
archive

I wonder if it would make sense to put the generic jaspic security domain
by default in standalone.xml. It's always the same anyway. With the domain
present in a stock WildFly it's much easier for people to start with JASPIC
on WildFly.

It concerns this fragment:

 <security-domain name="jaspitest" cache-type="default">
    <authentication-jaspi>
        <login-module-stack name="dummy">
            <login-module code="Dummy" flag="optional"/>
        </login-module-stack>
        <auth-module code="Dummy"/>
    </authentication-jaspi>
 </security-domain>

Kind regards,
Arjan Tijms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/wildfly-dev/attachments/20151030/be9648ef/attachment.html 


More information about the wildfly-dev mailing list