1
0
Fork 0
mirror of https://github.com/goauthentik/authentik.git synced 2026-09-13 13:58:23 +00:00
The authentication glue you need. https://goauthentik.io
Find a file
Dominic Roy bfbecabb91
web: e2e tests for user switching (#24761)
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 a4548cfc56, so the old bare "Sign out" header link no longer existed
and the assertions after it had never actually run.

Signed-off-by: Dominic R <dominic@goauthentik.io>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-09-13 07:51:28 +01:00
.cargo root: init rust worker (#21324) 2026-04-27 01:08:32 +02:00
.github ci: push test results to codecov (#26031) 2026-09-11 14:57:25 +01:00
.vscode core: run debugpy within worker process so it's DAP-attachable again (#23401) 2026-06-25 16:10:52 +02:00
authentik flows: prefetch binding stages and their flows (#25805) 2026-09-13 01:25:38 +00:00
blueprints blueprints: fix employee_department typo (#26046) 2026-09-11 11:28:07 +01:00
cmd internal: remove unused go code (#25244) 2026-08-21 16:28:32 +02:00
internal providers/ldap: fix memory leak in the cached searcher (#26028) 2026-09-11 13:03:34 +01:00
lifecycle core: bump goauthentik/fips-python from 39c4f81 to 1ed398d in /lifecycle/container (#26039) 2026-09-11 13:08:35 +01:00
locale core, web: update translations (#25995) 2026-09-11 15:01:14 +01:00
packages endpoints: include primary binding in list (#26048) 2026-09-11 13:26:57 +01:00
schemas enterprise/providers/ws_fed: add SAML 1.1 support (#23851) 2026-07-23 12:52:42 +01:00
scripts root: integrate pyroscope & otel (#25898) 2026-09-09 17:34:18 +01:00
src server/core: relay negotiated websocket subprotocol and stop offering extensions upstream (#25487) 2026-08-26 16:39:35 +02:00
tests web: Flip the admin interface to path-based routing (#25008) 2026-09-10 16:49:35 +01:00
web web: e2e tests for user switching (#24761) 2026-09-13 07:51:28 +01:00
website website/docs: add group matching mode step to discord role sync instructions (#22508) 2026-09-12 14:08:59 +00:00
.dockerignore packages/ak-lib: init (#21257) 2026-03-31 11:33:46 +02:00
.editorconfig website: add netlify cache plugin (#15113) 2025-06-18 15:07:15 +02:00
.gitattributes packages/django-dramatiq-postgres: fix default value for HTTPServerThread (#21216) 2026-03-28 20:57:46 +01:00
.gitignore root: Add Claude local instructions to gitignore (#24759) 2026-08-05 15:12:17 +02:00
.npmrc root: Replace (npm + Corepack) with pnpm (#22830) 2026-07-01 19:24:19 +00:00
.nvmrc root, web, docs: pnpm 12.4.0 upgrade. Remove Corepack. (#25641) 2026-09-09 01:14:32 +01:00
.prettierignore root: Replace (npm + Corepack) with pnpm (#22830) 2026-07-01 19:24:19 +00:00
AGENTS.md website: mdx (#25246) 2026-08-25 15:50:06 +00:00
AI_POLICY.md root: add AI_POLICY.md (#23481) 2026-08-03 19:48:58 +00:00
build.rs root: fix rust build with uv-installed Python (#21858) 2026-04-28 18:11:22 +02:00
Cargo.lock core: bump ipnet from 2.12.1 to 2.12.2 (#26004) 2026-09-10 11:56:36 +01:00
Cargo.toml core: bump ipnet from 2.12.1 to 2.12.2 (#26004) 2026-09-10 11:56:36 +01:00
CLAUDE.md core: Agent instructions. (#23363) 2026-06-24 19:50:08 +02:00
CODE_OF_CONDUCT.md website: remove the last updated option from footer (#13493) 2025-03-12 18:59:21 +00:00
CODEOWNERS packages/fonts: consolidate the RedHat and PatternFly icon faces into @goauthentik/fonts (#24461) 2026-08-06 15:10:43 +01:00
CONTRIBUTING.md root: clean up README (#16286) 2025-09-02 21:38:53 +00:00
cspell.config.jsonc root: switch cspell to typo-only reporting (#24701) 2026-08-07 00:55:36 +00:00
go.mod core: bump golang.org/x/sync from 0.22.0 to 0.23.0 (#25889) 2026-09-09 10:06:14 +03:00
go.sum core: bump golang.org/x/sync from 0.22.0 to 0.23.0 (#25889) 2026-09-09 10:06:14 +03:00
LICENSE enterprise: initial license (#5293) 2023-04-19 16:13:45 +02:00
Makefile root, web, docs: pnpm 12.4.0 upgrade. Remove Corepack. (#25641) 2026-09-09 01:14:32 +01:00
manage.py root: init rust worker (#21324) 2026-04-27 01:08:32 +02:00
package.json root, web, docs: pnpm 12.4.0 upgrade. Remove Corepack. (#25641) 2026-09-09 01:14:32 +01:00
pnpm-lock.yaml root, web, docs: pnpm 12.4.0 upgrade. Remove Corepack. (#25641) 2026-09-09 01:14:32 +01:00
pnpm-workspace.yaml packages/theme: add the @goauthentik/theme design-system package (#23341) 2026-08-15 00:16:34 +01:00
pyproject.toml core: bump djangorestframework from 3.18.0 to 3.18.1 (#26038) 2026-09-11 10:34:00 +03:00
README.md website: Docs and README new screenshots (#22341) 2026-05-18 16:15:38 +02:00
rust-toolchain.toml core: bump rust-toolchain from 1.98.0 to 1.98.1 (#25740) 2026-09-04 07:56:46 +00:00
schema.yml endpoints: include primary binding in list (#26048) 2026-09-11 13:26:57 +01:00
SECURITY.md root: SECURITY.md vulnerability reporting channel (#25365) 2026-08-20 15:43:47 +01:00
tsconfig.json root, web, docs: pnpm 12.4.0 upgrade. Remove Corepack. (#25641) 2026-09-09 01:14:32 +01:00
uv.lock core: bump djangorestframework from 3.18.0 to 3.18.1 (#26038) 2026-09-11 10:34:00 +03:00

authentik logo


Join Discord GitHub Workflow Status GitHub Workflow Status GitHub Workflow Status Code Coverage Latest version

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!

License

MIT License CC BY-SA 4.0 authentik EE License