We are using OCI Oracle Anayltics BI Publisher as a Print Server for doing Pixel Perfect Apex reports. Currently using Basic Authentication to connect to a local OAC account in OCI. We would like to change it to using client id/secret so we don't have to make the local account a non expiring password.
For local account basic authentication, the remote server is setup going to:
https://xxxxxxx.analytics.ocp.oraclecloud.com/xmlpserver/services/rest/v1/format/render/
This basic setup works, we can connect and create the reports.
We tried setting up the Web Credentials for OAuth2 with scope of "urn:opc:resource:consumer::all" and the client id/secret from OCI console, that did not work. Does the URL need to be different for Oauth2 or is it just not possible?