authentik fork
This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Jens L 41af486006
enterprise: initial enterprise (#5721)
* initial

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add user type

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add external users

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add ui, add more logic, add public JWT validation key

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* revert to not use install_id as session jwt signing key

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix more

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* switch to PKI

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add more licensing stuff

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add install ID to form

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix bugs

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* start adding tests

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fixes

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* use x5c correctly

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* license checks

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* use production CA

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* more

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* more UI stuff

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* rename to summary

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* update locale, improve ui

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add direct button

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* update link

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* format and such

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* remove old attributes from ldap

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* remove is_enterprise_licensed

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix admin interface styling issue

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* Update authentik/core/models.py

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Jens L. <jens@beryju.org>

* fix default case

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens L. <jens@beryju.org>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
2023-07-17 17:57:08 +02:00
.github ci: bump helm/kind-action from 1.7.0 to 1.8.0 (#6227) 2023-07-12 11:13:44 +02:00
.vscode root: celery refactor (#6095) 2023-06-28 16:44:50 +02:00
authentik enterprise: initial enterprise (#5721) 2023-07-17 17:57:08 +02:00
blueprints enterprise: initial enterprise (#5721) 2023-07-17 17:57:08 +02:00
cmd cmd: use live endpoint instead of ready for inbuild healthcheck 2023-05-08 22:04:18 +02:00
internal enterprise: initial enterprise (#5721) 2023-07-17 17:57:08 +02:00
lifecycle root: celery refactor (#6095) 2023-06-28 16:44:50 +02:00
locale enterprise: initial enterprise (#5721) 2023-07-17 17:57:08 +02:00
schemas providers: SCIM (#4835) 2023-03-06 19:39:08 +01:00
scripts root: fix generate_config script not setting debug (#5465) 2023-05-03 23:52:59 +03:00
tests enterprise: initial enterprise (#5721) 2023-07-17 17:57:08 +02:00
web enterprise: initial enterprise (#5721) 2023-07-17 17:57:08 +02:00
website website: bump clsx from 1.2.1 to 2.0.0 in /website (#6263) 2023-07-17 10:44:26 +02:00
.bumpversion.cfg release: 2023.6.1 2023-07-10 13:20:22 +02:00
.dockerignore enterprise: initial license (#5293) 2023-04-19 16:13:45 +02:00
.editorconfig website: codespell with custom dictionary and CI (#5062) 2023-03-24 00:24:55 +01:00
.gitignore enterprise: initial enterprise (#5721) 2023-07-17 17:57:08 +02:00
CODEOWNERS root: Test codeowners (#5586) 2023-05-11 20:26:04 +02: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 maxmind/geoipupdate from v5.1 to v6.0 (#6240) 2023-07-13 12:51:37 +02:00
LICENSE enterprise: initial license (#5293) 2023-04-19 16:13:45 +02:00
Makefile sources/ldap: add support for cert based auth (#5850) 2023-06-12 15:41:44 +02:00
README.md web: Add storybook (#5865) 2023-06-07 13:05:33 +02:00
SECURITY.md root: Update security policy (#6222) 2023-07-12 06:56:37 -06:00
docker-compose.override.yml root: celery refactor (#6095) 2023-06-28 16:44:50 +02:00
docker-compose.yml release: 2023.6.1 2023-07-10 13:20:22 +02:00
go.mod core: bump goauthentik.io/api/v3 from 3.2023060.1 to 3.2023061.1 (#6214) 2023-07-11 11:08:35 +02:00
go.sum core: bump goauthentik.io/api/v3 from 3.2023060.1 to 3.2023061.1 (#6214) 2023-07-11 11:08:35 +02:00
ldap.Dockerfile core: bump golang from 1.20.5-bullseye to 1.20.6-bullseye (#6226) 2023-07-12 11:48:11 +02:00
manage.py root: update deprecation warnings 2022-11-25 11:47:28 +01:00
poetry.lock core: bump uvicorn from 0.22.0 to 0.23.0 (#6264) 2023-07-17 10:42:49 +02:00
proxy.Dockerfile core: bump golang from 1.20.5-bullseye to 1.20.6-bullseye (#6226) 2023-07-12 11:48:11 +02:00
pyproject.toml release: 2023.6.1 2023-07-10 13:20:22 +02:00
radius.Dockerfile core: bump golang from 1.20.5-bullseye to 1.20.6-bullseye (#6226) 2023-07-12 11:48:11 +02:00
schema.yml enterprise: initial enterprise (#5721) 2023-07-17 17:57:08 +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.

Sponsors

This project is proudly sponsored by:

DigitalOcean provides development and testing resources for authentik.