Create a Confidential Application to Generate Access Tokens (Identity Domains)

Create a confidential application that enables you to generate the access token required to create an Analytics instance using CLI or REST API.

Note:

These instructions are for tenancies that use identity domains. If your tenancy uses Oracle Identity Cloud Service (IDCS), see Create a Confidential Application to Generate Access Tokens (IDCS).
  1. Sign in to your Oracle Cloud account as an administrator.
  2. In Oracle Cloud Infrastructure Console, navigate to Identity & Security, and click Domains.
  3. Click the name of the identity domain where you plan to create an Analytics instance, and click Integrated applications.
    Add application
  4. Click Add application, select Confidential Application, and then click Launch workflow.
    Add a confidential application
  5. Enter a name for the application (for example, Analytics_Token_App), and click Next.
  6. Select Configure this application as a client now.
  7. Under Authorization, select the allowed grant types: Resource Owner, Client credentials, and JWT assertion.
    Confgure allowed grant types
  8. Under Token issuance policy, select Add app roles, click Add roles, and select Me.
    Grant access to Me
  9. Click Next, then Finish.
  10. Click Activate, then Activate Application.

Now you can use the confidential application to generate access tokens that you can include in REST API and CLI payloads. See Generate and Use Access Tokens in REST API and CLI Payloads (Identity Domains).