Skip to main content

Okta Admin Console - Application Registration

important

This assumes that you have an Okta properly configured.

Follow these steps to register an application in the Okta Admin Console:

  1. Access the Okta Admin Console. (e.g., https://integrator-*******-admin.okta.com/)

  2. In the left navigation, navigate to Applications > Applications. Click Create App Integration.

    Microsoft Azure Website

    Okta Create App Integration


  3. The Create a new app integration dialog will appear. Select the following options:

    • Sign-in method - OIDC - OpenID Connect
    • Application type - Web Application

    Click Next.

    Microsoft Azure Website

    Okta New Web App Integration


  4. The New Web Application page appears. Provide the App integration name (e.g., Open iT Analysis Server)

  5. Select the following options in the Grant type:

    • Non-interactive grants - Token Exchange
    • Other grants - Implicit (hybrid)
  6. In the Sign-in redirect URIs, provide your Analysis Server instance in the following format: https://<as_hostname>:<port_number>/signin-oidc. (e.g., https://as.openit:8443/signin-oidc)

  7. In the Sign-out redirect URIs, provide your Analysis Server instance in the following format: https://<as_hostname>:<port_number>/. (e.g., https://as.openit:8443)

  8. In the Assignments, if you have controlled roles or groups, select what is applicable to your organization. Otherwise, select Skip group assignment for now.

  9. Click Save.

    Microsoft Azure Website

    Okta Web App Integration Details


  10. Once redirected to the newly created application dashboard, take note of the Client ID and Client Secret.

  11. Click Assignments.

    Microsoft Azure Website

    Okta Web App Integration Overview


  12. Click Assign > Assign to People or if you have groups, click Assign to Groups.

    Microsoft Azure Website

    Okta Web App Integration Assignments


  13. A dialog will appear containing the list of users or groups. Assign users or groups to the client application that should have access. Click the Assign button associated with the item.

  14. Click Done.

    Okta Web App Integration Assigning Users

    Okta Web App Integration Assigning Users