Go to file
Jens Langhammer 309d80a921 ci: build image with timestamp for flux
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-05-26 10:37:33 +02:00
.github Merge branch 'version-2021.5' 2021-05-22 20:47:48 +02:00
authentik stages/identification: make shown sources configurable 2021-05-25 16:37:53 +02:00
cmd/server gproxy: add sentry integration 2021-05-04 14:28:48 +02:00
internal release: 2021.5.4 2021-05-22 20:15:23 +02:00
lifecycle lifecycle: fix permission error with local docker 2021-05-22 20:47:05 +02:00
outpost flows: fix mismatched names 2021-05-24 21:09:18 +02:00
scripts ci: build image with timestamp for flux 2021-05-26 10:37:33 +02:00
tests tests/e2e: fix IdentificationStage not having sources set 2021-05-25 17:35:24 +02:00
web build(deps): bump rollup from 2.49.0 to 2.50.0 in /web (#929) 2021-05-26 10:22:04 +02:00
website stages/identification: make shown sources configurable 2021-05-25 16:37:53 +02:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg release: 2021.5.4 2021-05-22 20:15:23 +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 outposts: allow better configuration of outpost image name 2021-04-29 20:07:53 +02:00
Dockerfile lifecycle: run worker as root and drop perms later to fix docker permission issues 2021-05-13 20:11:49 +02:00
LICENSE root: update license 2020-12-24 16:01:55 +01:00
Makefile outposts/ldap: fix client usage 2021-05-24 15:58:59 +02:00
Pipfile stages/authenticator_duo: initial duo stage 2021-05-23 21:10:39 +02:00
Pipfile.lock Merge pull request #930 from goauthentik/dependabot/pip/boto3-1.17.80 2021-05-26 10:21:55 +02:00
README.md root: fix transifex link 2021-04-26 11:56:10 +02:00
SECURITY.md root: update security md 2021-05-06 14:43:19 +02:00
azure-pipelines.yml ci: build image with timestamp for flux 2021-05-26 10:37:33 +02:00
docker-compose.yml release: 2021.5.4 2021-05-22 20:15:23 +02:00
go.mod gproxy: load default config file for debug and listen statements 2021-05-04 14:10:34 +02:00
go.sum gproxy: load default config file for debug and listen statements 2021-05-04 14:10:34 +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
schema.yml stages/identification: make shown sources configurable 2021-05-25 16:37:53 +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