[keycloak-user] Provider Dependencies

Ataraxus atx at binaryninja.de
Mon Nov 23 07:32:00 EST 2015


Hey,

I'm writing my custum login provider which works great so far, but i 
stumbled upon a dependency issue:
I wan't to use mail in my authenticator, but when the authenticator gets 
actually loaded I get an class not found exception.
Somehow is java.mail.* not available in the classpath of providers which 
are dropped in the configuration/providers path.
How can i use these dependencies? I could include them into my jar, but 
i guess thats not the "right" way.

Thanks


More information about the keycloak-user mailing list