Go to file
Jens Langhammer 690b7be1d8 root: initial merging of outpost and main project
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-06-16 12:02:02 +02:00
.github root: initial merging of outpost and main project 2021-06-16 12:02:02 +02:00
authentik Merge branch 'next' 2021-06-15 23:43:44 +02:00
cmd root: initial merging of outpost and main project 2021-06-16 12:02:02 +02:00
internal root: initial merging of outpost and main project 2021-06-16 12:02:02 +02:00
lifecycle lifecycle: fix permissions for unittest xml 2021-06-09 16:03:51 +02:00
outpost root: initial merging of outpost and main project 2021-06-16 12:02:02 +02:00
scripts ci: build image with timestamp for flux 2021-05-26 10:37:33 +02:00
tests tests/e2e: switch to ghcr images 2021-06-08 15:32:23 +02:00
web build(deps): bump @sentry/tracing from 6.7.0 to 6.7.1 in /web (#1026) 2021-06-16 09:26:32 +02:00
website Merge branch 'next' 2021-06-15 23:43:44 +02:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg root: initial merging of outpost and main project 2021-06-16 12:02:02 +02:00
.dockerignore root: fix references to helm chart 2021-06-13 14:30:44 +02:00
.editorconfig repo cleanup, switch to new docker registry 2019-04-29 17:05:39 +02:00
.gitignore root: initial merging of outpost and main project 2021-06-16 12:02:02 +02:00
Dockerfile Revert "root: fix permissions for docker files" 2021-06-09 16:04:17 +02:00
LICENSE root: update license 2020-12-24 16:01:55 +01:00
Makefile root: initial merging of outpost and main project 2021-06-16 12:02:02 +02:00
Pipfile core: add geo_ip to authenticated sessions if enabled 2021-05-30 01:01:20 +02:00
Pipfile.lock build(deps): bump drf-spectacular from 0.17.1 to 0.17.2 (#1028) 2021-06-16 08:47:05 +02:00
README.md root: fix references to helm chart 2021-06-13 14:30:44 +02:00
SECURITY.md root: update security md 2021-05-06 14:43:19 +02:00
azure-pipelines-outpost.yml root: initial merging of outpost and main project 2021-06-16 12:02:02 +02:00
azure-pipelines.yml root: don't run main ci for website or outpost changes 2021-06-06 13:56:38 +02:00
docker-compose.yml release: 2021.6.1-rc6 2021-06-15 21:18:33 +02:00
go.mod root: initial merging of outpost and main project 2021-06-16 12:02:02 +02:00
go.sum root: initial merging of outpost and main project 2021-06-16 12:02:02 +02:00
ldap.Dockerfile root: initial merging of outpost and main project 2021-06-16 12:02:02 +02:00
manage.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
proxy.Dockerfile root: initial merging of outpost and main project 2021-06-16 12:02:02 +02:00
pyproject.toml API: add endpoint to show by what objects an object is used (#995) 2021-06-10 11:58:12 +02:00
pyrightconfig.json Proxy v2 (#189) 2020-09-03 00:04:12 +02:00
schema.yml root: update schema 2021-06-15 23:38:03 +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 [here])(https://github.com/goauthentik/helm). This is documented here

Screenshots

Light Dark

Development

See Development Documentation

Security

See SECURITY.md