REST API Authentication

Authentication

To make sure data access over a network is secure, Oracle REST APIs use a global security policy. This security policy enforces the following authentication standards:

This security policy enforces the following authentication standards:

Let's look at a couple of examples.

Scopes

CPQ supports the following scopes to access CPQ REST APIs: api, /api, <hosturl>/api, and <hosturl>api.

Note: For Developer Toolkit scopes, refer to Developer Toolkit OAuth Configuration Properties.

Authorization

Authorization enforces access privileges by service role. Access to an object determines access to a REST resource. So, make sure that your user has the proper role.

For additional details, including a list of specific roles for accessing a REST resource, see: the Oracle CPQ Security Guide.

Related Topics

Related Topics Link IconSee Also