PUBLISHED ARTIFACT // authentik
Authentik
● HUMAN REVIEWEDIdentity provider, SSO and IAM
PRIMARY DEPLOYMENTCOMPOSE
ARCHITECTURESamd64 · arm64
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 NOTESPlan capacity for server, worker, PostgreSQL, Redis, and the identity traffic it protects.
DEPENDENCIESDocker Compose with PostgreSQL, Redis, and a durable secret-key configuration.
AUTHENTICATIONIdentity provider with OIDC, OAuth2, SAML, LDAP, MFA, and directory federation capabilities.
BACKUP NOTESBack 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.