Skip to main content
Administrator access to Oracle Cloud Infrastructure Identity and Access Management (OCI IAM) is required to create OAuth applications.

Register a Confidential Application

Create a confidential application in Oracle Identity Cloud Service configured for the authorization code grant.

1

Access the Identity Domain

In the Oracle Cloud Console, navigate to Identity & Security > Domains and select your identity domain.

2

Create a Confidential Application

Click Applications in the left menu, then click Add application and select Confidential Application. Enter a name (e.g. “StackOne Integration”) and click Next.

3

Configure the Authorization Code Grant

In the Client configuration section, select Configure this application as a client now.

  • Under Allowed grant types, select Authorization code and Refresh token
  • Set the Redirect URL to exactly: https://api.stackone.com/connect/oauth2/oraclehcm/callback
  • Under Client type, ensure Confidential is selected
4

Configure Resource Access and Scopes

Scroll to Token issuance policy and add the required scopes.

  • Click Add scope under Resources and select your Fusion Applications resource
  • Ensure the scope grants consumer access (typically ending in urn:opc:resource:consumer::all)
  • offline_access is requested automatically so a refresh token is issued
5

Complete and Activate

Click Next through the remaining sections, then click Finish. After creation, click Activate to enable the application, then copy the Client ID and Client Secret from the General Information section.

Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for Oracle Fusion HCM:
1

Navigate to Connector Profiles

Login to StackOne and navigate to Connector Profiles
2

Create New Connector Profile

  • Click + Connector Profile
  • Search for and select Oracle Fusion HCM
  • Select Type as OAuth 2.0 (Authorization Code)
  • Fill out the fields using details retrieved from your provider:
    • Client ID
    • Client Secret
  • (Optional) Select Actions to be enabled for this Connector Profile
  • Click Create profile
Congratulations! The new Connector Profile will now show up in your project ready to be used. You can now continue to Link Accounts for Oracle Fusion HCM.