Hi all, I'm trying to define a custom LoginModule that extends the AbstractLoginModule in a NON-OSGi setup. Reading the documentation here <https://jackrabbit.apache.org/oak/docs/security/authentication.html> at the section "Pluggability" I think I understood that I have to options to do it: defining my own SecurityProvider or using a JAAS configuration. I tried to look at the source code and the examples but I'm having a hard time understanding exactly how to do it. Is there anyone that can help me out?
Marco.
