Hi all,
We are moving from keycloak 1.7 to 2.5.1 and we have some troubles in the deployment of a
jar relative to our user storage provider.
In the old version we deploy all jars and properties with jboss modules logic but in new
version there is a specific folder "providers" where we have to deploy our user
storage provider.
Unfortunately seems that our jar can't use resources loaded in modules section of
wildfly (other jars or props) and needs all resources in his package.
My question is: which is the correct way in 2.5.1 to deploy a keycloak provider that use
resources defined in wildfly classpath via modules logic?
Thanks for your help
agi