[keycloak-user] Securing an EAR file with Wildfly adapter subsystem

Ulrik Nejsum Madsen unm at greenbyte.dk
Tue Apr 4 07:52:56 EDT 2017


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



More information about the keycloak-user mailing list