Skip to main content
Okta enrichment provides identity context for user accounts — group membership, MFA status, account status, and recent activity. This context helps agents understand whether a flagged account is a high-privilege target, has MFA enabled, or shows signs of compromise.

Supported Indicator Types

Configuration

Set your Okta credentials in the .env file:
Okta API tokens can be created in the Okta admin console under SecurityAPITokens. Use a service account with read-only permissions.

Extracted Fields

Malice Rules

Okta enrichment doesn’t set malice verdicts by default — it provides identity context rather than threat intelligence. The malice verdict for account indicators is typically driven by the overall investigation context rather than the identity lookup alone. You can configure custom malice rules if needed:

Cache TTL

Account Matching

The Okta provider matches account indicators by:
  1. Email address (user@company.com)
  2. Username (jsmith)
  3. Okta user ID
For best results, ensure your alert sources extract account indicators in email format (user@domain.com). This provides the most reliable match against Okta’s user directory.

Example Enrichment Result

Rate Limits

Okta rate limits vary by endpoint and org type. The user lookup endpoint typically allows 600 requests/minute. Calseta’s caching ensures repeated lookups for the same account don’t consume additional API calls.