How do we use custom authentication to post data to an API?

-1
I did the course mentioned below. https://academy.mendix.com/link/paths/133/Design-and-Publish-a-REST-API   I've created a similar microflow. Are we supposed to call this microflow in the POST microflow in order for it to work? I feel the custom microflow does not seem to be getting called.
asked
1 answers
0

Hey Priya,

 

The custom authentication microflow will not only be applicable for REST post or get method. It will be applicable for entire REST services, so you need to custom authentication over there and under that service whatever methods you configure, that will automatically use custom authentication before actual method microflow gets invoked.

 

Refer to this article for more understanding -

https://docs.mendix.com/refguide7/published-rest-service/#authentication-microflow

 

Regards,

Naman Khard

answered