Authoryn
Modern Identity
Control Plane

Connectors

Four providers to start

We are going deep on GitHub, AWS, Entra, and Okta instead of listing fifty logos. Status below is what you can rely on in a pilot conversation.

GitHub

Live

Org and repo permissions with privileged allowlists. Temporary repo admin JIT: request, approve, grant, auto-revoke.

  • Read-only sync for standing access
  • JIT on named repos; approver must differ from requester
  • Lifecycle events in the evidence log

AWS IAM

Live

User and role policy attachments against named allowlists. JIT can attach/detach allowed managed policies. Still not a replacement for the AWS console.

  • Named managed policy detection (e.g. AdministratorAccess)
  • Standing vs temporary classification
  • JIT: attach/detach allowlisted managed policies

Microsoft Entra ID

Live

Directory roles and group membership. Identity anchor for correlating accounts. JIT can add/remove group members or assign directory roles from allowlists.

  • Privileged directory role allowlists
  • Identity correlation via employeeId, immutableId, email/UPN
  • JIT: security group member or directory role

Okta

Live

Syncs configured security groups and supports Okta as an identity anchor. JIT can add/remove group members on allowlisted groups.

  • Ingestion for configured SecurityGroups
  • Identity anchor option
  • JIT: group member on allowlisted groups

ServiceNow CMDB

Optional connector for application ownership alignment. Sync CMDB records, map them to Authoryn resources, and surface drift when an app owner in ServiceNow does not match a grant owner in Authoryn. Read-only in v1; promote-from-CMDB is operator-controlled.

Identity anchor

GitHub logins, AWS users, and Entra or Okta objects get tied together through an anchor. That is how you get one view of standing privilege instead of three admin portals.

Beyond cloud connectors

ITSM, SIEM, CI/CD

Connectors pull privilege from GitHub, AWS, Entra, and Okta. These hooks connect Authoryn to change management, log aggregation, and deploy automation you already run.

ITSM & change management

Keep approvals in ServiceNow or Jira if that is how your org works. Authoryn sends a webhook when external sign-off is required; your middleware opens the ticket and calls back to approve or reject.

  • Webhooks on JIT and lifecycle termination events
  • Inbound integration API with scoped keys (request vs approve)
  • Hybrid policies: owner approves in-product, security stage in ITSM
  • Manual in-product fallback when ITSM is down (per policy)
  • No ServiceNow or Jira plugin. You wire the HTTP calls.

SIEM & evidence export

Push governance events to Splunk, Sentinel, or any HTTP endpoint. Signed payloads, retries, and presets so security alerts do not look like a full audit firehose.

  • Webhook subscriptions with optional HMAC
  • Scheduled bulk export to local JSONL or Azure Blob
  • Structured envelope for discovery, ownership, connector, and JIT events
  • Retries and dead-letter status in the UI
  • You run the receiver. We do not host a SIEM.

Pipeline & CI/CD

Allowlisted automation accounts can request time-bound elevation from a deploy pipeline. A readiness check can confirm the grant is active before a production step runs.

  • Readiness API for active JIT grants
  • Allowlisted deploy-bot identities with policy gates
  • NuGet and TypeScript clients for scripted request-and-wait
  • Production stays gated. This is not auto-approve for everything.