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 Langhammer 552ddda909 lifecycle: use custom worker class
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-12-11 19:55:09 +01:00
.github ci: don't rebuild frontend for sentry, extract files from container image 2021-12-09 14:10:13 +01:00
.vscode web/admin: redesign provider pages to provide more info 2021-11-26 14:08:45 +01:00
authentik outposts: improve logging for outpost controllers 2021-12-11 15:35:20 +01:00
cmd cmd/server: improve cleanup on shutdown 2021-11-07 18:03:29 +01:00
internal outposts/ldap: fix searches with mixed casing 2021-12-09 20:55:51 +01:00
lifecycle lifecycle: use custom worker class 2021-12-11 19:55:09 +01:00
locale web/admin: fix actions column on ip reputation page 2021-11-28 21:14:52 +01:00
scripts ci: use matrix for tests 2021-11-21 22:51:07 +01:00
tests tests/e2e: use correct container image 2021-12-10 21:11:37 +01:00
web build(deps): bump construct-style-sheets-polyfill in /web (#1905) 2021-12-10 09:41:24 +01:00
website website/docs: Added FortiManager Link (#1908) 2021-12-10 20:57:36 +01:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg release: 2021.10.4 2021-11-12 12:31:24 +01:00
.dockerignore root: add bundled docs 2021-07-13 11:06:51 +02:00
.editorconfig repo cleanup, switch to new docker registry 2019-04-29 17:05:39 +02:00
.gitignore root: allow .mo files for backend 2021-11-23 19:09:29 +01:00
CODE_OF_CONDUCT.md root: add code of conduct and PR template 2021-07-26 22:49:17 +02:00
CONTRIBUTING.md root: use custom url for discord 2021-10-21 10:40:43 +02:00
Dockerfile root: fix certs file missing in container 2021-12-11 15:01:04 +01:00
LICENSE root: update license 2020-12-24 16:01:55 +01:00
Makefile web: fix duplicate classes, make generic icon clickable 2021-12-06 21:13:04 +01:00
Pipfile root: add flower entrypoint 2021-12-09 11:38:57 +01:00
Pipfile.lock root: add flower entrypoint 2021-12-09 11:38:57 +01:00
README.md root: use custom url for discord 2021-10-21 10:40:43 +02:00
SECURITY.md root: update security 2021-11-11 23:50:46 +01:00
docker-compose.yml crypto: add certificate discovery to automatically import certificates from lets encrypt 2021-12-03 18:27:36 +01:00
go.mod build(deps): bump goauthentik.io/api from 0.2021104.10 to 0.2021104.11 (#1906) 2021-12-10 08:37:36 +01:00
go.sum build(deps): bump goauthentik.io/api from 0.2021104.10 to 0.2021104.11 (#1906) 2021-12-10 08:37:36 +01:00
ldap.Dockerfile build(deps): bump golang from 1.17.4-bullseye to 1.17.5-bullseye (#1900) 2021-12-10 08:39:36 +01:00
manage.py root: ignore known warnings 2021-08-09 00:27:29 +02:00
proxy.Dockerfile build(deps): bump golang from 1.17.4-bullseye to 1.17.5-bullseye (#1900) 2021-12-10 08:39:36 +01:00
pyproject.toml root: move pyright config to toml 2021-11-02 13:05:11 +01:00
schema.yml core: fix error when using invalid key-values in attributes query 2021-12-09 19:53:47 +01:00

README.md

authentik logo


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

What is authentik?

authentik is an open-source Identity Provider focused on flexibility and versatility. You can use authentik in an existing environment to add support for new protocols. authentik is also a great solution for implementing signup/recovery/etc in your application, so you don't have to deal with it.

Installation

For small/test setups it is recommended to use docker-compose, see the documentation

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

Screenshots

Light Dark

Development

See Development Documentation

Security

See SECURITY.md