authentik
Installation
SKILL.md
Authentik
Self-hosted identity provider supporting SAML, OAuth2/OIDC, LDAP, and proxy authentication. Designed for Kubernetes deployment via Helm with declarative configuration through blueprints.
Quick Start
Helm Deployment
helm repo add authentik https://charts.goauthentik.io
helm repo update
helm upgrade --install authentik authentik/authentik -f values.yaml -n authentik --create-namespace
Initial setup: https://<host>/if/flow/initial-setup/
For Helm values reference and ArgoCD app-of-apps integration, see deployment.md.