packages/integrations-docs/src/integrations_docs/docs/okta_auth.md
The Okta Auth Manager Integration allows your app to authenticate users through Okta. This integration provides secure OAuth 2.0 / OIDC authentication and supports multi-tenant environments with customizable access policies.
With Okta, your app can:
Before connecting, you need to create an OIDC application in the Okta Admin Console:
1 - Go to Okta Admin Console → Applications → Applications
2 - Click Create App Integration
3 - Select OIDC – OpenID Connect and choose Web Application
4 - Configure your app settings:
https://{your-sandbox}/authorization-code/callbackhttps://{your-sandbox}5 - Save the app integration.
6 - Copy your Client ID (OKTA_CLIENT_ID) and Client Secret (OKTA_CLIENT_SECRET) from the app settings.
/oauth2/default from the URI to get your Okta Issuer URI (OKTA_ISSUER_URI).Example:
If your Issuer URI is https://{yourOktaDomain}.okta.com/oauth2/default
Use https://{yourOktaDomain}.okta.com
Note: Always use separate Okta apps for dev, staging, and production environments to avoid mixing credentials.
@ and then selecting the Integrations tab.Your app can now authenticate users through Okta using the secure OAuth 2.0 / OIDC flow.