Modify the Confidential Identity Application

After deploying the Essbase stack from Oracle Cloud Marketplace, update your confidential application in OCI Identity and Access Management (IAM) or Oracle Identity Cloud Service (IDCS) with the correct Essbase URLs.

If you need to support multiple access points to the same Essbase instance integrated with IAM or IDCS, follow the instructions in Set Up Multiple Virtual Hosts to register multiple Redirect URIs for Essbase, instead of the following steps.

  1. Log in to the Oracle Cloud Infrastructure Console. Select Identity & Security.

  2. Click Domains, and click the name of the identity domain that is reserved for the Essbase stack.

  3. Click Integrated applications within that domain.

  4. Locate and select your confidential application.

  5. In the Client Configuration, update the Essbase Redirect URL to reflect the actual Essbase URL.

    https://192.0.2.1/essbase/redirect_uri

    Note that if you deployed a load balancer, the IP in the Essbase URL will be for the load balancer.

  6. Update the Essbase Post Logout Redirect URL to reflect the Essbase URL. For example:

    https://192.0.2.1/essbase/jet/logout.html

    If you deployed a load balancer, include port 443 in the post logout redirect:

    https://192.0.2.1:443/essbase/jet/logout.html
  7. Save the updated confidential application.

  1. Log in to Identity Cloud Service as the identity domain administrator. To get to the Identity Cloud Service console from Oracle Cloud Infrastructure, click Identity, then Federation, and click on the URL link next to Oracle Identity Cloud Service Console.

  2. In the Identity Cloud Service console, expand the Navigation Drawer icon, and then click Applications.

  3. Locate and select your confidential application.

  4. Select Configuration and expand Client Configuration.

  5. Update the Essbase Redirect URL to reflect the actual Essbase URL.

    https://192.0.2.1/essbase/redirect_uri

    Note that if you deployed a load balancer, the IP in the Essbase URL will be for the load balancer.

  6. Update the Essbase Post Logout Redirect URL to reflect the Essbase URL. For example:

    https://192.0.2.1/essbase/jet/logout.html

    If you deployed a load balancer, include port 443 in the post logout redirect:

    https://192.0.2.1:443/essbase/jet/logout.html
  7. Scroll up and save the updated confidential application.