Fathym
Menu

Security

Goal: Manage tokens and secrets, and understand how your data is protected.

OpenX runs in your tenant. Your data, your identity provider, your boundary - we handle authorization, you keep ownership. That is "fire us, keep running" made concrete.

How it is protected

LayerProtection
NetworkHTTPS everywhere, modern TLS
Sign-inYour identity provider, SSO, MFA
AccessRole-based, workshop or surface scope
DataEncrypted in transit and at rest
HistoryEvery action recorded and attributable

Connection credentials are stored encrypted and never shown in the UI or logs.

Tokens

Generate from APIs -> API Keys: pick an expiration, optionally choose scopes for least privilege, Generate, copy once. Rotate regularly; use env vars; never hardcode. A token carries an identity, a workspace, scopes, and an expiry. Revoke any token immediately from APIs -> Keys -> Revoke. Full detail in Secrets and Auth & Tokens.

Rotating connection credentials

Update credentials on a connection, test, then save - using the secondary credential means no downtime. Every creation, use, and revocation is recorded.

Your tenant, your control

Network, identity, data, and history all stay within your boundary, exportable any time. Audit logging and role-based access support SOC 2 controls; GDPR data export and deletion are supported.

Go deeper

  • Keys, expiry presets, rotation, and revoke -> Secrets

Next steps

On this page