The authentication glue you need.
Go to file
Manuel Rais db7bc8b7ad
Change custom pipeline since netbox 4.0.0 (#9743)
Due to a Django 5.0 regression, group.user_set does not exist anymore.  
https://github.com/netbox-community/netbox/discussions/16098
https://github.com/netbox-community/netbox/discussions/16000

Signed-off-by: Manuel Rais <manuel.rais@nousvoir.com>
2024-05-17 17:04:41 -05:00
.github ci: bump golangci/golangci-lint-action from 5 to 6 (#9615) 2024-05-07 12:18:41 +02:00
.vscode enterprise/providers/microsoft_entra: initial account sync to microsoft entra (#9632) 2024-05-09 15:41:23 +02:00
authentik root: include task_id in events and logs (#9749) 2024-05-16 13:33:00 +02:00
blueprints enterprise/providers/microsoft_entra: initial account sync to microsoft entra (#9632) 2024-05-09 15:41:23 +02:00
cmd root: Multi-tenancy (#7590) 2024-01-23 14:28:06 +01:00
internal release: 2024.4.2 2024-05-07 18:45:37 +02:00
lifecycle lifecycle: close database connection after migrating (#9516) 2024-04-30 21:04:30 +02:00
locale translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#9702) 2024-05-13 19:36:53 +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 chromedriver from 124.0.3 to 125.0.0 in /tests/wdio (#9758) 2024-05-17 12:17:37 +02:00
web web: bump @sentry/browser from 7.114.0 to 8.2.1 in /web in the sentry group across 1 directory (#9757) 2024-05-17 12:43:33 +02:00
website Change custom pipeline since netbox 4.0.0 (#9743) 2024-05-17 17:04:41 -05:00
.bumpversion.cfg release: 2024.4.2 2024-05-07 18:45:37 +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 core: bump golang from 1.22.2-bookworm to 1.22.3-bookworm (#9636) 2024-05-08 11:57:16 +02:00
LICENSE enterprise: initial license (#5293) 2023-04-19 16:13:45 +02:00
Makefile website/docs: fix api browser references (#9577) 2024-05-06 12:30:43 +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.2 2024-05-07 18:45:37 +02:00
go.mod core: bump github.com/sethvargo/go-envconfig from 1.0.1 to 1.0.2 (#9756) 2024-05-17 12:17:55 +02:00
go.sum core: bump github.com/sethvargo/go-envconfig from 1.0.1 to 1.0.2 (#9756) 2024-05-17 12:17:55 +02:00
ldap.Dockerfile core: bump golang from 1.22.2-bookworm to 1.22.3-bookworm (#9636) 2024-05-08 11:57:16 +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 sentry-sdk from 2.1.1 to 2.2.0 (#9753) 2024-05-17 12:19:49 +02:00
proxy.Dockerfile core: bump golang from 1.22.2-bookworm to 1.22.3-bookworm (#9636) 2024-05-08 11:57:16 +02:00
pyproject.toml enterprise/providers/microsoft_entra: initial account sync to microsoft entra (#9632) 2024-05-09 15:41:23 +02:00
rac.Dockerfile core: bump golang from 1.22.2-bookworm to 1.22.3-bookworm (#9636) 2024-05-08 11:57:16 +02:00
radius.Dockerfile core: bump golang from 1.22.2-bookworm to 1.22.3-bookworm (#9636) 2024-05-08 11:57:16 +02:00
schema.yml web/admin: only show non-backchannel providers in application provider select (#9658) 2024-05-09 18:10:07 +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.