FOSSARIUM // APPLICATION DOSSIER
← REGISTRY

PUBLISHED ARTIFACT // authentik

Authentik

● HUMAN REVIEWED

Identity provider, SSO and IAM

LICENSE IDENTIFIERMITSPDX License List ↗
PRIMARY DEPLOYMENTCOMPOSE
ARCHITECTURESamd64 · arm64

INDEXED SIGNALS

arm64docker-composelinux

COMPOSE-FIRST INSTALL

Docker Compose

services:
  server:
    image: ghcr.io/goauthentik/server:latest
    command: server
    env_file: .env
    restart: unless-stopped
  worker:
    image: ghcr.io/goauthentik/server:latest
    command: worker
    env_file: .env
    restart: unless-stopped
Official installation guide ↗

OPERATIONAL PROFILE

LINUX SUPPORTSUPPORTED
RESOURCE NOTES

Plan capacity for server, worker, PostgreSQL, Redis, and the identity traffic it protects.

DEPENDENCIES

Docker Compose with PostgreSQL, Redis, and a durable secret-key configuration.

AUTHENTICATION

Identity provider with OIDC, OAuth2, SAML, LDAP, MFA, and directory federation capabilities.

BACKUP NOTES

Back up PostgreSQL, media/customization data, and the secret material required to restore encrypted settings.

TRADE-OFFS

Powerful identity workflows introduce operational complexity; model tenants, flows, and recovery procedures deliberately.

CAPABILITIES

OIDCOAuth2SAMLLDAPMFASSOdirectory federationoutposts