SAML CustomAfterSigninLogic never triggered

2
Hello, I would like to store user’s info after they sign in. I completed the microflow and it worked fine by itself. However, when I put it in CustomAfterSigninLogic microflow under SAML20 module, it seemed never be triggered. Is there anything that I missed? Should I put the microflow there in order to do the job automatically after users sign in? Thank you so much!
asked
2 answers
1

I ran into the same issue. After doing some code-investigation i realised that i have to activate the desired CustomMicroflows in the “Provisioning-Tab”:

And do not forget to [Save] ;) and restart your server, because this takes only effekt at startup!

Maybe this is mentioned in the documentation meanwhile – i did not check that ...

answered
1

It is documented :)
https://docs.mendix.com/appstore/modules/saml (3.2.3 User Provisioning):

answered