Hi,
We are trying to secure our application using the Wildfly adapter for Keycloak.
In the standalone.xml we have a subsystem configuration which works well when referencing
a WAR file but we can't figure out how to reference a specific WAR file contained in
an EAR file.
<secure-deployment name="vanilla.war">
...
</secure-deployment>
Is this even possible? Could we do something like this:
<secure-deployment name="vanilla.ear.vanilla.war">
...
</secure-deployment>
Thanks,
Anders and Ulrik