How to customize the login behaviour?

0
Hello, I'm trying to create/login users based on if they exsist in a different database outside of mendix. To achieve this i need to be able to send a few queries to the external database and let the mendix application know If it should create a new internal database user or not. I've found this in the reference guide: https://docs.mendix.com/refguide/login-behavior#customizing-login-behavior But it doesn't really explain how to make the java action compatible or where to register the java action in mendix. I hope someone can point me towards right direction to achieve something like this :).  
asked
1 answers
1

In the appstore there are multiple authentication modules which provides this solution out of the box. -> Modules/Authentication.

answered