Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 42 Oracle Analytics and AI Sharing Center
- 20 Oracle Analytics and AI Lounge
- 277 Oracle Analytics and AI News
- 54 Oracle Analytics and AI Videos
- 16.2K Oracle Analytics and AI Forums
- 6.4K Oracle Analytics and AI Idea Labs
- Oracle Analytics and AI User Groups
- 103 Oracle Analytics and AI Trainings
- 19 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Request for REST APIs for BIP SOAP APIs Requiring BIP Username and Password
Manish_Yadav_Oracle-Oracle
Rank 3 - Community Apprentice
Hi Team,
We are currently conducting a proof of concept (POC) to migrate from BIP to OAC. Previously, we stored the BIP Admin user credentials to obtain the bipSessionToken using the impersonate API call, which was then required to invoke the BIP SOAP APIs. However, exposing BIP admin credentials in an API call poses a significant security risk and OCI has advised against using local accounts and requested their removal.
To enhance security, we aim to avoid using or storing the OAC admin user credentials. Consequently, we are requesting equivalent REST APIs for the following SOAP APIs, or alternative SOAP APIs that support JWT assertions.
boolean objectExistInSession(String reportObjectAbsolutePath, String bipSessionToken);
String uploadObject(String reportObjectAbsolutePathURL, String objectType, byte[] objectZippedData, String userID, String bipSessionToken);
boolean deleteObjectInSession(String objectAbsolutePath, String bipSessionToken);
Thanks & regards,
Manish
4