Can we use java action to authenticate and authorize user from custom database(mysql) and manage token on login, here we dont have to use mendix runtime session management module.

0
is there any way to achieve the goal?
asked
2 answers
2

I'm sure there's some way to achieve this method, but it's definitely not the recommended approach. Mendix comes with built-in session management and working around that brings a lot of issues in maintainability and security. So I'd highly recommend reconsidering if you really want to do this. 

answered
1

So what you are saying is that you will run the app in Security Off while showing custom pages form mendix or from any other Frontend tech which does authentication with its own backend and then on success shows mendix pages?

 

seems like a NO NO kind of a situation. Doable though but not very practical.

answered