Connect to Oracle Content Management REST APIs
You can connect to Oracle Content Management REST APIs using identity propagation or fixed credentials.
Connect to Oracle Content Management REST APIs Using Identity Propagation
Oracle Content Management and Visual Builder are not provisioned together so the service administrator needs to perform the following steps in IDCS to add Oracle Content Management as a resource of the Visual Builder application.
This adds Oracle Content Management as a resource to a specific application, so the administrator would need to perform these steps again for each new Visual Builder application, as well as for each new version of an application and duplicate of an application that connects to Oracle Content Management using identity propagation.
- In the Configuration tab for the Visual Builder application in IDCS, expand the Client Configuration panel, and click Add Scope in the Token Issuance Policy section.
- In the Select Scope dialog box, choose the scope corresponding to the Oracle Content
Management instance "/documents" endpoint and save the
application. The added scope should now be visible in the
Application in the Resources list.
If other Oracle Content Management functionality (for example, Social) is required, the corresponding scope will need to be added.
After the administrator has added the resource in IDCS, you can create a connection to Oracle Content Management with identity propagation. If you don't have access to IDCS, the administrator will need to provide you with the Oracle Content Management scope that you need to enter in the Authentication tab.
When creating the service connection, you use the following authentication method for the service connection:
Authentication method | Details |
---|---|
OAuth 2.0 User Assertion |
To use this option you need to provide the following details:
|
To connect to Oracle Content Management:
Connect to Oracle Content Management REST APIs Using Fixed Credentials
To connect to Oracle Content Management using fixed credentials, the Oracle Content Management and Visual Builder instances do not need to be located in the same domain or governed by the same IDCS instance. You can use Basic or OAuth 2.0 Resource Owner Password authentication for the service connection.
If you want to use Basic authentication for the connection to Oracle Content Management, you need to provide a user name and password that are valid in IDCS.
If you want to use OAuth flows for authenticating your connection to Oracle Content Management, you need to retrieve details about the Client Secret, Client Id, and the URL associated with the scope that you want to access. Typically, the scope you will want to access will be "/documents", but if you want to access other Oracle Content Management functionality (for example, Social), you'll need the URL that corresponds to its scope. If you don't have access to the IDCS instance used by Oracle Content Management, you'll need to request the details from a user with access to the instance.
To retrieve the details of the Oracle Content Management application from IDCS:
- In the Configuration tab for the Oracle Content Management application in IDCS that represents the Oracle Content Management instance, expand the General Information panel and note the Client ID and Client Secret.
The name of the Oracle Content Management application will usually be similar to
CECSXXX_<instance name>
. - Expand the Resources panel in the Configuration tab and note the URL for the scope
you want, typically the scope corresponding to the
Oracle Content Management instance "/documents"
endpoint. The URL will be similar to
https://<primary audience url>/documents
.If other Oracle Content Management functionality (for example, Social) is required, you'll need to note the URL for the corresponding scope.
When creating the service connection, you can use one of the following authentication methods for the service connection:
Authentication method | Details |
---|---|
Basic |
To use this option you need to provide the following details:
|
OAuth 2.0 Resource Owner Password |
To use this option you need to provide the following details:
|
If you don't have access to IDCS, get the Oracle Content Management application details from an administrator.
To connect to Oracle Content Management using fixed credentials: