> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Oracle Fusion HCM with Basic Authentication – StackOne Hub

> Link a Oracle Fusion HCM account in the StackOne Hub using Basic Authentication. End-user guide to authorize the integration and start using Oracle Fusion HCM actions.

<Warning>A user account with HCM REST API privileges is required. Basic authentication is recommended for testing only - use OAuth 2.0 for production.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Finding Your REST Server URL</h2>

  <p>The REST Server URL is the base URL for your Oracle Fusion HCM instance. You can find this in the welcome email sent to your Oracle Cloud service administrator.</p>

  <Steps>
    <Step title="Identify Your Instance URL">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your <a href="https://cloud.oracle.com" target="_blank" rel="noopener noreferrer">Oracle Cloud account</a>. Your REST Server URL follows this format:</p>

        <ul>
          <li>Format: `https://servername.fa.{datacenter}.oraclecloud.com`</li>
          <li>Example: `https://mycompany.fa.us2.oraclecloud.com`</li>
          <li>The URL is visible in your browser address bar when logged into Oracle Fusion HCM</li>
          <li>Copy the base URL without any trailing paths and store it securely for use later</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Creating a Service User</h2>

  <p>Create a dedicated service user with the required roles for API access. Admin privileges are required to create users.</p>

  <Steps>
    <Step title="Access Setup and Maintenance">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>In your Oracle Cloud instance, expand <strong>My Enterprise</strong> in the left navigation panel, then click <strong>Setup and Maintenance</strong>.</p>
      </div>
    </Step>

    <Step title="Navigate to Users">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Under <strong>Functional Areas</strong>, click <strong>Users and Security</strong>. Then click <strong>Manage Job Roles</strong> on the right. In the left navigation panel, click <strong>Users</strong>.</p>
      </div>
    </Step>

    <Step title="Create the Service User">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click the <strong>Add User Account</strong> button and enter the user information.</p>

        <ul>
          <li><strong>Last Name</strong> (required)</li>
          <li><strong>Username</strong> (required) - e.g., StackOne\_Integration</li>
          <li><strong>Password</strong> and <strong>Confirm Password</strong> (required)</li>
          <li>Store these credentials securely for use later</li>
        </ul>
      </div>
    </Step>

    <Step title="Add Required Roles">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click the <strong>Add Role</strong> button and add the following required roles by searching for each role name.</p>

        <ul>
          <li>`ORA_HRC_HUMAN_CAPITAL_MANAGEMENT_INTEGRATION_SPECIALIST_JOB`</li>
          <li>`ORA_PER_RECRUITING_ADMINISTRATOR_JOB`</li>
          <li>`ORA_FND_ANONYMOUS_USER_ABSTRACT`</li>
          <li>`ORA_IRC_HIRING_MANAGER_ABSTRACT`</li>
          <li>Add additional roles based on the data you need to access</li>
        </ul>
      </div>
    </Step>

    <Step title="Save and Close">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Confirm that the user information and roles are correct, then click <strong>Save and Close</strong>.</p>
      </div>
    </Step>
  </Steps>
</section>

<div data-whitelabel-hide>
  <h2>Linking the Account from the Hub</h2>

  <Steps>
    <Step title="Navigate to the Hub">
      Use one of the three <a href="/guides/accounts-section#linking-accounts">Linking Account Methods</a> to access the Hub.
    </Step>

    <Step title="Fill out the fields">
      Fill out the following fields using details from your provider:

      <ul>
        <li><strong>Service User Username</strong></li>
        <li><strong>Service User Password</strong></li>
        <li><strong>REST Server URL</strong></li>
      </ul>
    </Step>

    <Step title="Connect">
      <ul>
        <li>Click <strong>Connect</strong></li>
        <li>If applicable, the provider will redirect you to a sign-in or authorization page. Complete the provider's authorization flow.</li>
        <li>Once authorization is successful, you will see a confirmation popup</li>
      </ul>
    </Step>
  </Steps>

  <p>If the account linking is successful, you will see the newly linked account in your <a href="/guides/accounts-section">Accounts</a> page.</p>
</div>
