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.
  • 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