Skip to content

LakeSentry SSO Setup for Okta, Entra ID, Google, and JumpCloud

This page walks through the identity-provider side of LakeSentry SSO for each supported provider. Before you start, open Settings > SSO in LakeSentry and copy the read-only Redirect URI — every guide below registers it in the IdP, and it must match exactly.

Whichever provider you use, the LakeSentry side is the same: pick the provider preset, paste the issuer URL, client ID, and client secret, run Test configuration, save, and enable the toggle. See Enabling SSO.

Create the app in the Okta Admin Console:

  1. Go to Applications > Applications > Create App Integration.
  2. Choose OIDC - OpenID Connect as the sign-in method and Web Application as the application type.
  3. Name the app (e.g. LakeSentry), keep the Authorization Code grant, and set Sign-in redirect URIs to the LakeSentry redirect URI.
  4. Under Assignments, choose who can use the app — a selected group or everyone in the organization. Unassigned users are blocked by Okta before they reach LakeSentry. Save.
  5. On the app’s General tab, copy the Client ID and Client secret, and confirm Client authentication is set to Client secret.

Then check the authorization server under Security > API > Authorization Servers > default:

  • Scopesemail and profile must exist (they do by default).
  • Access Policies — a policy must be assigned to your app (or “All clients”) with a rule allowing the Authorization Code grant for assigned users. If the default policy is missing or scoped to other clients, token requests fail even though Test configuration passes.

Values for LakeSentry:

FieldValue
ProviderOkta
Issuer URLhttps://<your-org>.okta.com/oauth2/default (your authorization server issuer)
Client ID / secretFrom step 5
  • Set the SSO Access Policy on Settings > Access — require approval (default) or auto-approve as user.
  • Read What changes at login before enabling SSO on a shared tenant: admins and users lose password login, and the owner keeps a fallback at /admin/login.