Software Secure Access
Activity Manage

Step 3d – Get the Okta OIDC Configuration URL

Get the domain for your instance of Okta and the authorization server ID, and then create the Okta OIDC Configuration URL.

  1. Sign into your instance of Okta and navigate to the Okta OIDC app.
  2. Navigate to Security > API > default, and then navigate to Settings to view the Metadata URI.
  3. Get your Okta domain (yourOktaDomain) and the authorization server ID (authorizationServerId).
  4. Create the OIDC configuration URL substituting your Okta metadata in the URL.
    https://{yourOktaDomain}/oauth2/{authorizationServerId}/.well-known/openid-configuration
    
  5. When you set up the integration of Okta SSO authentication in Secure Access, add the OIDC configuration URL that you created.