How does AutoLogin work

0
Hi all,  I am working on a microflow that automatically signs in a user from a deeplink in an email. Now the anonymous user clicks on the link, comes to a page to change their password and then they have to sign in again. I want them to sign in automatically. When they click on the link, they should be logged in and then change their password.  I downloaded the module AutoLogin from the appstore (https://appstore.home.mendix.com/link/app/107925/) but I don't know completely how to use it in my project.  I added in the AfterStartup microflow the Java action from the module ASU_LoginRedirectStartRequestHandler. I don't know if I have to add something in this Java action In the microflow that is been called from the deeplink in the email I added the microflow SUB_AutoLoginAccount   I don't know what I’m missing. Maybe a request handler but I don't know how that looks like or maybe I have to use this Java Action somewhere but I don't know where.   Can someone help me?  Thanks! Kolien
asked
2 answers
0

There is an AutoLogin module meant to deal with this. https://forum.mendix.com/link/questions/99635

I’m not sure if it has been updated. I have a leader on my team that built a solution to this a few years ago so if you don’t find an answer, DM me and we can help you with our solution.

answered
-1

The links from Nolan are no longer correct. There is a medium post about this: https://medium.com/mendix/mendix-autologin-with-deeplink-1c8fa92873a8

That still works in Mx9.

Regards,

Ronald

 

answered