The authentication glue you need.
Go to file
Jan van Brügge 64f7fa62dd
web: Add resolved and integrity fields back to package-lock.json (#9419)
* web: Fix missing resolved and integrity fields in package-lock.json

* web,website: Add lockfile lint to CI
2024-04-25 12:28:54 +02:00
.github web: Add resolved and integrity fields back to package-lock.json (#9419) 2024-04-25 12:28:54 +02:00
.vscode root: early spring clean for linting (#8498) 2024-02-24 18:13:35 +01:00
authentik stages/identification: don't check source component (#9410) 2024-04-25 11:55:31 +02:00
blueprints release: 2024.4.0-rc1 2024-04-24 19:12:47 +02:00
cmd root: Multi-tenancy (#7590) 2024-01-23 14:28:06 +01:00
internal release: 2024.4.0-rc1 2024-04-24 19:12:47 +02:00
lifecycle lifecycle: fix ak test-all command 2024-04-24 19:11:53 +02:00
locale translate: Updates for file locale/en/LC_MESSAGES/django.po in ru (#9407) 2024-04-25 11:59:18 +02:00
schemas providers: SCIM (#4835) 2023-03-06 19:39:08 +01:00
scripts root: generate python client (#9107) 2024-04-04 15:39:42 +02:00
tests web: bump the wdio group in /tests/wdio with 4 updates (#9374) 2024-04-22 12:06:54 +02:00
web web: Add resolved and integrity fields back to package-lock.json (#9419) 2024-04-25 12:28:54 +02:00
website website/docs: finalize 2024.4 release notes (#9396) 2024-04-24 17:40:35 +02:00
.bumpversion.cfg release: 2024.4.0 2024-04-24 19:12:50 +02:00
.dockerignore enterprise/providers: Add RAC [AUTH-15] (#7291) 2023-12-30 21:33:14 +01:00
.editorconfig website: codespell with custom dictionary and CI (#5062) 2023-03-24 00:24:55 +01:00
.gitignore root: Ignore the vendor folder (#7094) 2023-10-06 17:50:46 +02:00
CODEOWNERS fix codeowners 2024-01-23 15:01:46 +01:00
CODE_OF_CONDUCT.md root: rework and expand security policy 2022-11-28 12:10:53 +01:00
CONTRIBUTING.md website/developer-docs: move contributing to dev docs index and link contributing file (#5554) 2023-05-09 20:26:55 +02:00
Dockerfile root: fix geoipupdate arguments (#9271) 2024-04-15 19:11:17 +02:00
LICENSE enterprise: initial license (#5293) 2023-04-19 16:13:45 +02:00
Makefile blueprints: fix schema generation for PrimaryKeyRelated fields with non-int PK (#9140) 2024-04-05 01:01:09 +02:00
README.md root: fix readme (#9178) 2024-04-08 16:38:08 +02:00
SECURITY.md release: 2024.2.3 2024-04-17 15:17:14 +02:00
docker-compose.yml release: 2024.4.0-rc1 2024-04-24 19:12:47 +02:00
go.mod core: bump goauthentik.io/api/v3 from 3.2024023.2 to 3.2024040.1 (#9414) 2024-04-25 11:51:35 +02:00
go.sum core: bump goauthentik.io/api/v3 from 3.2024023.2 to 3.2024040.1 (#9414) 2024-04-25 11:51:35 +02:00
ldap.Dockerfile core: Bump golang from 1.22.1-bookworm to 1.22.2-bookworm (#9125) 2024-04-04 12:01:11 +02:00
manage.py root: move database calls from ready() to dedicated startup signal (#9081) 2024-04-02 14:19:32 +02:00
package.json website: split (#8616) 2024-02-28 00:59:04 +01:00
poetry.lock core: bump selenium from 4.19.0 to 4.20.0 (#9411) 2024-04-25 11:52:07 +02:00
proxy.Dockerfile core: Bump golang from 1.22.1-bookworm to 1.22.2-bookworm (#9125) 2024-04-04 12:01:11 +02:00
pyproject.toml release: 2024.4.0-rc1 2024-04-24 19:12:47 +02:00
rac.Dockerfile core: Bump golang from 1.22.1-bookworm to 1.22.2-bookworm (#9125) 2024-04-04 12:01:11 +02:00
radius.Dockerfile core: Bump golang from 1.22.1-bookworm to 1.22.2-bookworm (#9125) 2024-04-04 12:01:11 +02:00
schema.yml release: 2024.4.0-rc1 2024-04-24 19:12:47 +02:00

README.md

authentik logo


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

What is authentik?

authentik is an open-source Identity Provider that emphasizes flexibility and versatility. It can be seamlessly integrated into existing environments to support new protocols. authentik is also a great solution for implementing sign-up, recovery, and other similar features in your application, saving you the hassle of dealing with them.

Installation

For small/test setups it is recommended to use Docker Compose; refer to the documentation.

For bigger setups, there is a Helm Chart here. This is documented here.

Screenshots

Light Dark

Development

See Developer Documentation

Security

See SECURITY.md

Adoption and Contributions

Your organization uses authentik? We'd love to add your logo to the readme and our website! Email us @ hello@goauthentik.io or open a GitHub Issue/PR! For more information on how to contribute to authentik, please refer to our CONTRIBUTING.md file.