Hi!
I have an XtendM3 API that makes an ION API call towards IDM.
This API works if I call it in the Metadata Publisher, as the MDP routes my authentication/user-session from the MDP API call into XtendM3, XtendM3 then keeps that user session and uses that session when it calls the IDM API through ION API.
However, we've created an automated process in M3 through CMS041 that calls the XtendM3 API, and now we're getting Unauthorized 401 errors in ION API because the user is now "MOVEX".
How can we configure XtendM3 so it can authorize towards ION API with the MOVEX user?