Skip to content

SSO with Okta

This guide walks you through setting up SSO with Okta. You will create an OIDC app integration and use the Redirect URI: https://app.subnoto.com/auth/oidc.

  • Navigate to Applications > Applications in the left sidebar.
  • Click Create App Integration.
  • Select OIDC - OpenID Connect as the Sign-in method.
  • Choose Web Application as the Application type.
  • Click Next.
  • Enter a name for your application.
  • Add the sign-in redirect URI: https://app.subnoto.com/auth/oidc.
  • Under Assignments, select who can access your application.
  • Click Save.

The Initiate login URI tells Okta where to send users when they click the Subnoto tile in the Okta End-User Dashboard, enabling one-click SSO from the Okta portal.

  • In your app’s General tab, scroll to Login initiated by and select Either Okta or App.
  • In the Initiate login URI field, paste the Login URL from your configuration in Subnoto SSO settings — open the configuration to find and copy it.
  • Click Save.
  • Client ID: Listed as Client ID in the application settings.
  • Client Secret: Listed as Client secret.
  • Issuer URL: Found in your Okta domain, e.g. https://{your-okta-domain}.okta.com

Enter these values in Subnoto SSO settings to complete the setup.


Back to SSO overview