Categories
- All Categories
- 75 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
Authenticate & Call BIP REST/SOAP request to schedule report with SSO
I am trying to use BIP Rest (/xmlpserver/services/rest) /SOAP (/xmlpserver/services) services request to schedule a report in BIP (OAP XMLPSERVER) with integrated with SSO.
When the Application is not integrated with SSO, I am able to schedule the report using SOAP UI/Post Man or Custom Java Program.
When Application is integrated with SSO, I am unable to post schedule requests. I tried with the SSO team to generate Bearer Token and passing it in Header and it is not working.
Can anyone please suggest how I can post schedule report requests when integrated with SSO.
Answers
-
Are your tokens expiring ? Could be using out of date tokens, can you let us know who your SSO provider is Oracle Access Manager, SiteMinder, etc.?
0 -
I haven't tried it but can you check below notes and see if they help:
Approach for REST API Services Using Single Sign On (SSO) (Doc ID 2453655.1)
How to Use JSON Web Token (JWT) For Authorization With Fusion Cloud Application REST APIs and SOAP Web Services ? (Doc ID 2572018.1)
Thanks.
0 -
Hi Richard
Although the token expires in 30 min, when the call is made the token is not expired.BIP/OAP (/XMLPSERVER) Application is integrated with CyberArk SSO.
0