Login from a microflow

0
Is there a way to login into the system using a microflow?. For example making your checks and validation then finally passing an Admin.Account entity to sign in with without a password?. I need this because i need to implement my own login logic using custom credentials and checks in the app.
asked
2 answers
0

Hello Imran,

 

Have a look at how mendix advices it for a native application, the same you can do for a web app, here is the link:

 

https://docs.mendix.com/refguide/mobile/using-mobile-capabilities/auth-users/

 

You can use the sign in action and do all your logic before that.

 

Hope this helps

 

Good luck!

answered
0

Hi Imran Al Touqi,

 you can use signin action in nanaflow in that you can do validation before that and using return value you can validate whether it is correct or not.

answered