Retrieving Identity Domain parameters
When working with the Oracle Unity platform, you may need to collect any or all of the following Identity Domain parameters:
-
Client ID
-
Client Secret
-
IDCS app scope
-
Token URL
Required privileges
To collect Identity Domain parameters, you'll need administrator access to Identity Domain
To confirm if you have the required privileges, you'll need to be able to do the following:
-
Access https:[IDCS URL]/ui/v1/adminconsole
-
View the Identity & Security item in the left-hand navigation menu
-
Click on Domains and select the Identity Domain
If you can't access the URL or can't view the Identity & Security menu item, you'll need to follow up with a user that has administrator access to retrieve Identity Domain parameters.
Retrieve Identity Domain parameters
Complete the following steps to retrieve the Identity Domain parameters.
To collect Identity Domain parameters:
- Go to Integrated applications and select the Oracle Unity application.
- Click the OAuth configuration tab and scroll to General information.
- Copy the Client ID.
- For Client Secret, click Show Secret and copy the client secret.
- Scroll to the top Configure application APIs that need to be OAuth protected.
- Copy the Primary Audience. Then, concatenate the primary audience with cxunity. This is the IDCS app scope.
- https://example.cxunity.ocs.oraclecloud.com/ (IAM app scope: https://example.cxunity.ocs.oraclecloud.com/cxunity)
- urn:opc:entitlementid=ocid1 (IDCS app scope: urn:opc:entitlementid=ocid1cxunity)
- Copy the IDCS URL from your browser address bar until oraclecloud.com and add /oauth2/v1/token to the end. This is the Token URL. For example, if the IDCS URL is https://cloud.oracle.com/identity/domains?region=[region], the Token URL is https://cloud.oracle.com/identity/domains?region=[region]/oauth2/v1/token.
Depending on the type of instance provisioned, the primary audience may be in one of the following formats:
Review these links form the Oracle Identity Cloud Service Help Center: