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 18778ce0d9 release: 2021.4.6 2021-05-12 14:13:16 +02:00
.github release: 2021.4.6 2021-05-12 14:13:16 +02:00
authentik release: 2021.4.6 2021-05-12 14:13:16 +02:00
helm release: 2021.4.6 2021-05-12 14:13:16 +02:00
lifecycle root: auto-migrate on startup, lock database using pg_advisory_lock 2021-04-18 14:47:50 +02:00
outpost release: 2021.4.6 2021-05-12 14:13:16 +02:00
scripts root: fix branch Name extraction to work on non PRs 2021-02-28 14:24:16 +01:00
tests outposts: move local connection check to task, run every 60 minutes 2021-04-21 11:34:48 +02:00
web release: 2021.4.6 2021-05-12 14:13:16 +02:00
website release: 2021.4.6 2021-05-12 14:13:16 +02:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg release: 2021.4.6 2021-05-12 14:13:16 +02: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 build(deps): bump boto3 from 1.17.53 to 1.17.54 (#762) 2021-04-20 08:26:10 +02:00
README.md root: fix readme links to az pipelines 2021-04-22 22:32:38 +02:00
SECURITY.md web/elements: add PageHeader element to replace page 2021-04-10 17:09:40 +02:00
azure-pipelines.yml ci: run apt update before installing dependencies 2021-05-12 13:44:15 +02:00
docker-compose.yml release: 2021.4.6 2021-05-12 14:13:16 +02:00
manage.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
pyproject.toml stages/email: add tests for API 2021-04-04 14:14:58 +02:00
pyrightconfig.json Proxy v2 (#189) 2020-09-03 00:04:12 +02:00
swagger.yaml stages/invitation: fix wrong serializer used for user model 2021-05-12 13:36:19 +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