Skip to content
English
  • There are no suggestions because the search field is empty.

SSO OpenId Connect with Okta

Setting up single sign-on to AudioEye using Okta.

Intended audience: IT Systems Administrators

This article walks you through setting up single sign-on to AudioEye using Okta.

Configuring SSO with AudioEye requires you to provide three pieces of information from Okta:

  • Application ID
  • Client Secret
  • OpenID Connect URL (Issuer)

This guide will show you how to set up in Okta and obtain the information you need to provide back to AudioEye to complete the process.

Step 1: Register AudioEye as a New Application Integration

  1. Log in to your Okta organization portal as an admin.
  2. Using the sidebar menu, navigate to Applications and select the Applications sub-menu.
  3. Click/activate the Create App Integration button.
    Screenshot of the Applications interface, showing the location of the Create App Integration button.
  4. In the create application modal, select OIDC - OpenID Connect.
  5. An application type section will now be displayed in the same modal. Select Web Application for this section.
  6. Click/activate the Next button.

Okta will now display a screen that allows you to configure the application. Continue to step 2.

Step 2: Configure the Application

  1. Enter the application display Name, for e.g. AudioEye.Screenshot of the New Web App Integration interface.
  2. Add a Logo if desired (optional).
  3. Under Sign-in redirect URIs, enter https://auth.audioeye.com/oauth2/idpresponse into the text box.
  4. Under Sign-out redirect URIs, enter https://portal.audioeye.com/logout into the text box.
  5. Under controlled access select which group should have access to the application. Select "Allow everyone in your organization to access" to make it available to all members of your organization.
  6. Click/activate the Save button.

When Okta has created your app, you'll be redirected to the General tab, which displays your app information. You will need some of this information for the next step- do not navigate away

Step 3: Collect App information to send to AudioEye

At this stage, the SSO configuration has been completely set up in Okta. Now AudioEye will need to complete the configuration on our end, which requires some information from your SSO setup.

Use the steps below to retrieve the Application ID, Application Secret, OIDC URL and Domains and replace the values with your own in a test file that can be sent to your AudioEye account manager.

Application ID: Your-Application-ID
Application Secret: Your-Application-Secret
OIDC URL: https://login.microsoftonline.com/redacted/v2.0/.well-known/openid-configuration
Domains: my-domain.com, my-domain.org
  1. Prepare a text file with the above format so that you can copy the values out of Okta and replace them in the file.
  2. On your application's General tab, look for the Client Credentials section.
    1. Copy the Client id and paste it as the Application ID value (replace the placeholder)
    2. Copy the Client secret and paste it as the Application Secret value (replace the placeholder)
  3. Click the Sign On tab (next to the general tab on the app's Overview page). Find the OpenID Connect ID Token section.
    1. Copy the Issuer value.
    2. Paste that as the OIDC URL value in the test file. 
  4. Under domains, enter the email domains used for company accounts that you plan to have access to AudioEye. If you have more than one, specify them as a comma-separated list.
  5. Once complete, save the file and send it to your AudioEye Account manager so that we can complete the SSO setup on our end.