Okta SSO

A guide on how to configure Okta SSO

Overview

The tutorial below provides steps on how to configure Okta for SSO with OIDC.

How to Configure Okta for SSO with OIDC?

  1. In your Okta Admin Dashboard, go to Applications > Applications > Create App Integration.
  1. Select OIDC and click Next.
Okta OIDC
  1. Type the App integration name.
  2. Select Grant Type > Client Credentials.
  3. Add a Sign-in redirect URL.
Okta Sign-in Redirect Url
  1. In the Controlled access section, select a correct point, in the US case select Allow everyone in your organization to access, and click Save.
Okta Controlled Access

Go to your application and copy:

  • Client ID
  • CLIENT SECRET

    Remember, the client secret has to be provided via encrypted attachment sent separately.

  • Well-known Configuration URL: https://<domain>/.well-known/openid-configuration?client_id=<client-id>

which you will need for the ticket for Aptitude Software Support.

Okta Client Credentials