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 50ce5aa2b4 root: replace pytest with pyproject in dockerfile
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-03-30 15:08:54 +02:00
.github web: use API as dedicated module 2021-03-16 21:32:39 +01:00
authentik Merge branch 'master' into new-forms 2021-03-30 10:26:18 +02:00
helm Static SPA (#648) 2021-03-22 13:44:17 +01:00
lifecycle stages: add WebAuthn stage (#550) 2021-02-17 20:49:58 +01:00
outpost outposts: fix docker image not having correct tag 2021-03-23 18:31:26 +01:00
scripts root: fix branch Name extraction to work on non PRs 2021-02-28 14:24:16 +01:00
tests tests/e2e: fix source tests 2021-03-30 11:05:31 +02:00
web web/flows: fix challenge type 2021-03-30 14:34:20 +02:00
website docs: add integration docs for minio 2021-03-29 14:51:33 +02:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg root: add nginx to bumpversion 2021-03-17 20:38:13 +01:00
.dockerignore root: attempt to build static image without django's collectstatic (#360) 2020-12-02 21:23:07 +01:00
.editorconfig repo cleanup, switch to new docker registry 2019-04-29 17:05:39 +02:00
.gitignore root: add initial geoip implementation 2021-02-12 09:52:14 +01:00
Dockerfile root: replace pytest with pyproject in dockerfile 2021-03-30 15:08:54 +02:00
LICENSE root: update license 2020-12-24 16:01:55 +01:00
Makefile root: temporarily use failfast to debug tests 2021-03-30 13:05:49 +02:00
Pipfile Merge branch 'master' into new-forms 2021-03-30 10:26:18 +02:00
Pipfile.lock Merge branch 'master' into new-forms 2021-03-30 10:26:18 +02:00
README.md root: optimise images 2021-03-20 23:35:05 +01:00
SECURITY.md tests: use dex from ghcr 2021-03-22 22:27:57 +01:00
azure-pipelines.yml root: fix build for static files during e2e 2021-03-30 14:06:11 +02:00
docker-compose.yml Static SPA (#648) 2021-03-22 13:44:17 +01:00
manage.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
pyproject.toml build(deps-dev): bump pylint from 2.7.2 to 2.7.3 (#674) 2021-03-30 10:05:14 +02:00
pyrightconfig.json Proxy v2 (#189) 2020-09-03 00:04:12 +02:00
swagger.yaml Merge branch 'master' into new-forms 2021-03-30 10:26:18 +02:00

README.md

authentik logo


CI Build status Tests Code Coverage Docker pulls Latest version LGTM Grade

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 in the helm/ directory. This is documented here

Screenshots

Light Dark

Development

See Development Documentation

Security

See SECURITY.md