Issue Saving Configuration in an Oracle CX Apps Iframe - 401 "Unauthorized" error appears
Hello team,
We are integrating with CXApps, and we are encountering difficulties when configuring a service through the iframe provided by our API, which is invoked by the Configuration endpoint. The process aims to save the configuration selected by the user and then send a notification to AMS to acknowledge that the service has been configured successfully. However, when clicking the "Save" button in the iframe and attempting to communicate with AMS, we encounter an authorization error that prevents us from completing the operation.
Implemented Code
The following is the HTML template generated by the API, which includes a template selection form and a "Save" button:
0