Skip to main content
This guide walks you through connecting your Okta environment to TruU TOTAL for persona generation and threat detection.

Overview

TOTAL ingests identity and authentication event data from your Okta tenant via the Okta System Log API. We poll the /api/v1/logs endpoint on a configurable interval to collect, normalize, and correlate authentication events, MFA challenges, user lifecycle changes, and administrative actions across your environment. Connector Type: Polling

Prerequisites

  • Okta Administrator access with permission to create API tokens or OAuth 2.0 service apps
  • Okta tenant (production or preview) with active users and event logging enabled
  • Super Admin or Read-Only Admin role for the service account
  • Approximately 15 minutes to complete setup

Step 1: Identify Your Okta Org URL

  1. Sign in to your Okta Admin Console
  2. Your Okta Org URL is displayed in the browser address bar — it follows the format https://your-org.okta.com
  3. Paste the Org URL into the TruU Portal
The Org URL is your unique Okta domain, e.g. https://acme.okta.com or https://acme.oktapreview.com for sandbox environments.

TOTAL authenticates to your Okta tenant using a scoped OAuth 2.0 service app with the Client Credentials grant flow.
  1. In the Okta Admin Console, navigate to ApplicationsApplications
  2. Click Create App Integration
  3. Select API Services and click Next
  4. Enter:
    • Name: TruU TOTAL - Log Reader
  5. Click Save
  6. On the app’s General tab, copy the Client ID
  7. Under Client Credentials, select Public key / Private key
  8. Click Add Key, generate a new key pair, and copy the Private Key (JSON)
  9. Paste the Client ID and Private Key into the TruU Portal

Assign Required Scopes

  1. Navigate to SecurityAPITokens (or the app’s Okta API Scopes tab)
  2. Grant the following scope:
    • okta.logs.read
  3. Optionally assign the Read-Only Administrator role to the service app under Admin Roles
Alternative: If your organization prefers SSWS API tokens, you can generate one under Security → API → Tokens. Copy the token value immediately — it is only shown once. Paste it into the TruU Portal. Note that SSWS tokens have broader access and shorter rotation cycles than scoped OAuth 2.0 tokens.

Step 3: Verify Connectivity

Once credentials are entered in the TruU Portal:
  1. Click Test Connection — TOTAL will issue a test query against your System Log API
  2. If successful, you’ll see a confirmation with the number of recent events detected
  3. If configured, TOTAL will run a historical data pull on initial setup to seed user personas before live monitoring begins

Security & Privacy

What We Access

  • Read-only access to the Okta System Log via /api/v1/logs
  • Queries use since / until filtering — we only fetch new events since the last poll
  • All API calls are scoped to the okta.logs.read permission

What We Don’t Have Access To

  • Write access to your Okta tenant
  • Ability to create, modify, or delete users, groups, or policies
  • Access to user passwords or MFA secrets
  • Access to Okta configuration or administrative functions

Updating or Rotating Credentials

  1. In Okta Admin Console, go to ApplicationsTruU TOTAL - Log Reader
  2. Under Client Credentials, click Add Key to generate a new key pair
  3. Copy the new private key and paste it into the TruU Portal
  4. After TOTAL confirms the new key is active, deactivate the old key

Revoke Access

To immediately remove TOTAL’s access:
  1. Option A — Disable in the TruU Portal:
    • Go to the TruU Portal → Settings → Connectors
    • Find the Okta connector and click Disable
  2. Option B — Deactivate the app in Okta:
    • Go to ApplicationsTruU TOTAL - Log Reader
    • Click Deactivate
  3. Option C — Delete the app:
    • Go to ApplicationsTruU TOTAL - Log Reader
    • Click Delete

Rate Limiting & Scalability

Okta API Rate Limits

Ingestion Capacity

At the standard tier, TOTAL sustains ~200 events/sec — approximately 17.2M events/day. A large enterprise with 100K+ users typically generates 500K–2M Okta events/day, giving TOTAL 8–30× headroom above expected volume. Peak-hour surges (3–5× average during morning logins) are absorbed without approaching the ceiling.

Event Freshness

Events appear in the Okta System Log within seconds. TOTAL polls on a configurable interval (default: 60 seconds). End-to-end latency from event occurrence to TOTAL processing is typically under 2 minutes.

Resilience

TOTAL uses cursor-based ingestion with at-least-once delivery. The polling cursor only advances after events are successfully collected, normalized, and published. If any step fails — API throttling, network interruption, process restart — the cursor stays put and the next poll replays from the last known-good position. No events are lost. Transient failures (429s, 5xx, timeouts) are retried automatically with exponential backoff. After 5 consecutive failures, the connector self-pauses to prevent runaway retries and can be re-enabled from the TruU Portal. On recovery from an extended outage, TOTAL resumes from its last cursor — Okta retains System Log events for 90 days, so data loss requires 90+ days of downtime.

Part 2: Event Types & Data Schema

Signal Classification

Event Types We Ingest

TOTAL extracts the following categories of events from the Okta System Log. Every event is tied to a human identity via the actor field. System-level events (policy creation, application lifecycle) that are not attributable to a specific user are excluded.

Authentication Events

MFA / Factor Events

User Lifecycle Events

Group & Role Events

Application Access Events

Security Events


Sample Source Event (Okta System Log)

TOTAL Normalized Event

The raw Okta event above is normalized into the TOTAL event schema:

How This Feeds TOTAL

Persona Building

Okta is one of the highest-value signal sources for TOTAL. Every SSO authentication, MFA challenge, and session event contributes to a user’s digital routine baseline — what apps they access, when, from where, and how they authenticate. This forms the core identity anchor of each persona.

Anomaly Detection

TOTAL’s behavioral engine uses Okta events to detect:
  • Impossible travel — authentication from geographically impossible locations within a short time window
  • Credential compromise indicators — failed authentication bursts, password spray patterns, unusual SSO targets
  • MFA fatigue attacks — rapid repeated MFA push notifications indicating an attacker trying to exhaust a user into approving
  • Privilege escalation — unexpected admin role grants, group membership changes that expand access boundaries
  • Account takeover signals — MFA factor resets, session anomalies, authentication from new devices or ISPs that deviate from the established persona

Breach Lifecycle Coverage

Okta events provide primary coverage across Compromise Identity, Scope / Lateral Movement, and Privilege Escalation stages — the earliest and most critical phases where TOTAL aims to shift detection left toward t₀.