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 202ad1a3ac root: update security md
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-05-06 14:43:19 +02:00
.github ci: fix names for docker images during release 2021-05-05 21:11:18 +02:00
authentik core: fix linting 2021-05-06 13:58:58 +02:00
cmd/server
helm helm: fix typo 2021-05-04 16:27:05 +02:00
internal core: improve messaging on flow_manager, authenticate user when they linked their account after not having been authenticateed 2021-05-04 18:49:27 +02:00
lifecycle lifecycle: show errors when initial db check fails 2021-05-05 20:15:01 +02:00
outpost ci: batch runs in azure devops 2021-05-06 14:02:59 +02:00
scripts root: fix branch Name extraction to work on non PRs 2021-02-28 14:24:16 +01:00
tests sources/plex: add general tests 2021-05-03 21:55:55 +02:00
web web/admin: show callback URL when creating/updating source 2021-05-06 14:40:02 +02:00
website build(deps): bump postcss from 8.2.13 to 8.2.14 in /website (#835) 2021-05-06 08:43:29 +02:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg
.dockerignore
.editorconfig
.gitignore
Dockerfile
LICENSE
Makefile core: improve messaging on flow_manager, authenticate user when they linked their account after not having been authenticateed 2021-05-04 18:49:27 +02:00
Pipfile
Pipfile.lock build(deps): bump django from 3.2.1 to 3.2.2 (#839) 2021-05-06 11:00:28 +02:00
README.md
SECURITY.md root: update security md 2021-05-06 14:43:19 +02:00
azure-pipelines.yml ci: batch runs in azure devops 2021-05-06 14:02:59 +02:00
docker-compose.yml website/docs: update container explanation 2021-05-04 17:49:21 +02:00
go.mod
go.sum
manage.py
pyproject.toml
pyrightconfig.json
swagger.yaml core: add user filter by superuser status 2021-05-06 13:44:42 +02:00

README.md

authentik logo


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

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