Cover the header account switcher end to end: adding a second account,
switching back to the first, the switcher's presence in the admin header,
and signing the current account out.
Add a `switcher` fixture (`ak-user-switcher`) and a `completePassword`
session helper for the switch flow, where identification is skipped
because the plan already carries `pending_user`.
The suite points the default brand at a user switch flow itself, since
nothing seeds that field and the feature is inert without it. That hook
is read-only once configured, so repeat runs do not race on the brand.
Also repair `101-session-lifecycle`: signing out moved into the switcher
in
|
||
|---|---|---|
| .cargo | ||
| .github | ||
| .vscode | ||
| authentik | ||
| blueprints | ||
| cmd | ||
| internal | ||
| lifecycle | ||
| locale | ||
| packages | ||
| schemas | ||
| scripts | ||
| src | ||
| tests | ||
| web | ||
| website | ||
| .dockerignore | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .npmrc | ||
| .nvmrc | ||
| .prettierignore | ||
| AGENTS.md | ||
| AI_POLICY.md | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CLAUDE.md | ||
| CODE_OF_CONDUCT.md | ||
| CODEOWNERS | ||
| CONTRIBUTING.md | ||
| cspell.config.jsonc | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| manage.py | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| pyproject.toml | ||
| README.md | ||
| rust-toolchain.toml | ||
| schema.yml | ||
| SECURITY.md | ||
| tsconfig.json | ||
| uv.lock | ||
What is authentik?
authentik is an open-source Identity Provider (IdP) for modern SSO. It supports SAML, OAuth2/OIDC, LDAP, RADIUS, and more, designed for self-hosting from small labs to large production clusters.
Our enterprise offering is available for organizations to securely replace existing IdPs such as Okta, Auth0, Entra ID, and Ping Identity for robust, large-scale identity management.
Installation
- Docker Compose: recommended for small/test setups. See the documentation.
- Kubernetes (Helm Chart): recommended for larger setups. See the documentation and the Helm chart repository.
- AWS CloudFormation: deploy on AWS using our official templates. See the documentation.
- DigitalOcean Marketplace: one-click deployment via the official Marketplace app. See the app listing.
Screenshots
| Light | Dark |
|---|---|
![]() |
![]() |
![]() |
![]() |
Development and contributions
See the Developer Documentation for information about setting up local build environments, testing your contributions, and our contribution process.
When you contribute documentation, either to accompany a code change or as a standalone contribution, please be sure to follow our documentation Style Guide.
Security
Please see SECURITY.md.
Adoption
Using authentik? We'd love to hear your story and feature your logo. Email us at hello@goauthentik.io or open a GitHub Issue/PR!



