How to implement After Sign in microflow in Mendix 9.9.1?

0
Hello, How is this achieved in Mendix 9.9.1? https://www.mendix.com/blog/using-the-after-sign-in-microflow/   I’m making a connector to  to an external web service that saves a security token in the client. I want to give the mendix developer who uses the module the oppurtunity to make different logins (by rest calls) & store tokens with different security(in the external web app).  
asked
1 answers
2

Hi Bregt,

 

This can be done by using the Role Based Homepages that are located in the navigation pane at your top level project module.

 

You can use a page or a microflow in this and these will be ran after a successful login.

answered