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.
Step 1: Sign in to Okta Developer Console
Section titled “Step 1: Sign in to Okta Developer Console”- Log in to your Okta account at Okta Developer Dashboard.
- If you don’t have an account, create one.
Step 2: Register a new application
Section titled “Step 2: Register a new application”- 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.
Step 3: Configure the application
Section titled “Step 3: Configure the application”- 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.
Step 4: Get your credentials
Section titled “Step 4: Get your credentials”- 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.