Prerequisites for Creating a Connection

You must satisfy the following prerequisites to create a connection with the Azure Active Directory Adapter:

Register an Application

Register an application in the Microsoft Entra admin center, and obtain the tenant ID and client ID.

  1. Log in to the Microsoft Entra admin center (Azure AD).
  2. Navigate to Identity, then Applications, and then to App registrations.
  3. Click New Registrations.
  4. Enter a name for the application, and select a supported account type.
  5. Optionally, under Redirect URI, enter the redirect URI in the following format:
    https://OIC_instance_URL/icsapis/agent/oauth/callback

    Note:

    A redirect URI is only required if you want to configure Authorization Code Credentials security policy for your Azure Active Directory connection.
  6. Click Register.
    The tenant ID and client ID are displayed.
  7. Copy the values for the tenant ID and client ID.
    You'll need to enter those values on the Connections page when you configure security for your Azure Active Directory Adapter connection in Oracle Integration. See Configure Connection Security.

Create a New Client Secret

Create a new client secret.

  1. Log in to the Microsoft Entra admin center.
  2. Navigate to Identity, then Applications, and then to App registrations.
  3. Select the application that you registered. See Register an Application.
  4. Click Certificates & secrets.
  5. Click Client secrets, and then click New client secret.
  6. Enter a description of the secret, and select a duration.
  7. Click Add.
    The client secret is displayed in the Value column.
  8. Copy the client secret from the Value column.
    You'll need to enter the client secret on the Connections page when you configure security for your Azure Active Directory Adapter connection in Oracle Integration. See Configure Connection Security.

Assign API Permissions

You must grant API permissions to the application that you created in the Microsoft Entra admin center (Azure AD).

  1. Log in to the Microsoft Entra admin center.
  2. Navigate to Identity, then Applications, and then to App registrations.
  3. Select the application that you registered. See Register an Application.
  4. Click API Permissions.
  5. Add the required permissions. See Microsoft Graph Permissions Reference.