[keycloak-user] Unable to load Spring Framework Libraries in Wildfly accessible to deployed JAR

Sachin Rastogi sr.misc at gmail.com
Thu Mar 1 07:18:40 EST 2018


Hi all,

I am writing a custom Keycloak User Storage SPI, which is JAR file. I would
like to use Spring DI in the JAR. I have added Spring JARs as Modules in
Keycloak's Wildfly server.

Also, not able to load Spring context as Keycloak User Storage SPI initiate
from META-INF.services "org.keycloak.storage.UserStorageProviderFactory"
and invokes UserStorageProviderFactory.init method.

It also doesn't read the properties file inside resources directory.

Please advise how can I make this work.

Regards,


More information about the keycloak-user mailing list