Okta
Connect Okta to Cendriix to manage users, groups, and identity.
Authentication
Okta uses OAuth 2.0. When you click Connect, you’ll be redirected to Okta to authorize Cendriix.
Setup
- Navigate to Settings → Integrations → Connectors
- Find Okta in the connector list
- Click Connect
- Authorize Cendriix in the Okta consent screen
- You’ll be redirected back to Cendriix with the connector active
Admin Setup (Self-Hosted)
To enable Okta for your Cendriix instance:
- Register an OAuth application at Okta Developer Portal
- Set the callback URL to:
https://api.cendriix.ai/v1/connectors/oauth/callback - Populate the Secrets Manager secret
cendriix/prod/connectors/oktawith:{ "client_id": "...", "client_secret": "..." }
Use Cases
- Manage users, groups, and identity
- Automate workflows between Okta and your other connected tools
- Query Okta data from Cendra AI assistant
Documentation
Last updated on