---
title: "Creating Confidential Application in Oracle Cloud"
slug: "creating-confidential-application-in-oracle-cloud"
updated: 2026-06-29T12:45:47Z
published: 2026-06-29T12:45:47Z
canonical: "docs.britive.com/creating-confidential-application-in-oracle-cloud"
---

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

# Creating Confidential Application in Oracle Cloud

1. Log in to the Oracle Cloud Console with administrator privileges.
2. Click **Identity & Security** from the navigation menu.
3. Click **Domains** from the **Identity** section.
4. Click **Default** domain.
5. Select the **Integrated Applications** tab.
6. Click **Add Application**.
7. Select **Confidential Application** and click **Launch Workflow**.
8. Enter **Name** and **Description** of the confidential app.
9. Click **Submit**.
10. Go to the section **OAuth configuration** inside the newly created confidential app.
11. Click **Edit OAuth configuration**.
12. Under **Client configuration**, select **Configure this application as client now**.
13. Under Authorization, select **Client credentials**.
14. Scroll down, and under **Client type** select **Trusted**.
15. Under **Certificate**, click on **Import Certificate.**
16. Enter the alias name and upload the Britive WIF certificate downloaded using this step ([Downloading WIF Certificate](/v1/docs/downloading-wif-certificate)), and then click **Import**.
17. Click **Submit**.

Copy the client ID and client secret from **General Information**. These are used to generate an access token that is used to make the OCI REST API calls in the next steps.

For more information about adding a confidential application in OCI, see [Adding a Confidential Application](https://docs.oracle.com/en-us/iaas/Content/Identity/applications/add-confidential-application.htm).
