Skip to main content
Version: Next

Okta Single Sign-On (SSO)

Procedure

To configure Okta SSO, follow these steps:

In Okta

  1. Open Okta Admin Console
  2. Navigate to Applications > Applications in the left panel
  3. Click Create App Integration button
  4. In the opened wizard select "OIDC - OpenID Connect" as a sign-in method and "Web Application" as the application type
  5. Complete the New Web App Integration form:
  • Enter Application integration name
  • Specify the Sign-in redirect URI: https://<host>:8443/oauth2/callback (obtainable from the NFO User Management page > Okta configuration dialog box, Redirect URI parameter)
  • Optionally set Sign-out redirect URI: https://<host>:8443/logout
  • Configure Controlled access settings
  • Click Save
  1. Copy Client ID and Client secret from the application's General page.

In NFO

  1. Click on edit (pensil icon) button in Okta SSO panel

  1. Paste the Client ID and Client secret from the okta into the respective fields
  2. Enter the Issuer URI: httsp://<your-okta-domain>:8443/
  3. Note that the Redirect URI parameter is non-editable and must match the value used in the Okta configuration
  4. Click Save to apply your settings