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
Ability To Pass Multiple Parameters While Creating DV Connection To REST API Endpoint (Preview)
While creating a data visualization (DV) connection of type REST API (preview feature) to connect to Oracle Primavera Cloud REST Endpoint https://<hostname>/api/restapi/workspace , it fails with the error "Invalid connection details supplied"
The steps mentioned in the document below are followed:
The authentication type is HttpHeader to pass the Bearer Token.
While testing this REST endpoint using a third party tool by passing the following parameters, it works fine.
Authorization Bearer <<accessToken>>
x-prime-identity-app << x-prime-identity-app>>
x-prime-tenant << x-prime-tenant>>
x-prime-region << x-prime-region>>
When passing only the bearer token, it fails with "401 Authorization Required" error. This proves that, in addition to passing the bearer token, it is also necessary to pass the additional parameters such as, x-prime-identity-app, x-prime-tenant and x-prime-region.
Currently there is no option to send multiple headers apart from the Authorization header using REST API DV connection. This looks like a product limitation.
The idea is to incorporate the functionality of passing more than one parameters using REST API DV connection.
Comments
-
@Sandeep S. Chauhan-Oracle - Can you review above?
0 -
Try to add parameters in access token url, it worked for me, I needed auth_chain header for my api, I added auth_chain parameter to access token url then it worked
0