<div dir="ltr">Hi,<div><br></div><div>Currently one has to &quot;activate&quot; JASPIC in WildFly by doing two things:</div><div><br></div><div>1. Adding a generic &quot;dummy&quot; security domain to standalone.xml</div><div>2. Referencing this domain from a jboss-web.xml within the application archive</div><div><br></div><div>I wonder if it would make sense to put the generic jaspic security domain by default in standalone.xml. It&#39;s always the same anyway. With the domain present in a stock WildFly it&#39;s much easier for people to start with JASPIC on WildFly.</div><div><br></div><div>It concerns this fragment:</div><div><br></div><div><div> &lt;security-domain name=&quot;jaspitest&quot; cache-type=&quot;default&quot;&gt;</div><div>    &lt;authentication-jaspi&gt;</div><div>        &lt;login-module-stack name=&quot;dummy&quot;&gt;</div><div>            &lt;login-module code=&quot;Dummy&quot; flag=&quot;optional&quot;/&gt;</div><div>        &lt;/login-module-stack&gt;</div><div>        &lt;auth-module code=&quot;Dummy&quot;/&gt;</div><div>    &lt;/authentication-jaspi&gt;</div><div> &lt;/security-domain&gt;</div></div><div><br></div><div>Kind regards,</div><div>Arjan Tijms</div></div>