SAML CustomErrorEvaluation

0
I’m working with the SAML Module and now I want to handle the errors by myself. There is a Microflow CustomErrorEvaluation but this microflow is disabled. How can I use this microflow? https://marketplace.mendix.com/link/component/1174  
asked
2 answers
0

The excluded microflow will be called from Java. So just activate the microflow and do your custom error handling in there. It will be automaticly called when an error is encountered.

Regards,

Ronald

 

answered
0

Hey, thanks for your answer.

But I don’t think this is the case I check the Java code and there is no call to CustomErrorEvaluation.
Also, there is a comment in the Microflow “To Be Implemented”

 

answered