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 6f7fb4c919 web/elements: add PageHeader element to replace page
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-04-10 17:09:40 +02:00
.github web/elements: add formgroup 2021-04-02 11:47:03 +02:00
authentik web/admin: add custom rendering for inbuilt sources 2021-04-09 16:30:53 +02:00
helm helm: don't automount Service token when integration is not enabled, improve k8s detection 2021-04-07 16:16:17 +02:00
lifecycle helm: don't automount Service token when integration is not enabled, improve k8s detection 2021-04-07 16:16:17 +02:00
outpost build(deps): bump golang from 1.16.2 to 1.16.3 in /outpost (#690) 2021-04-02 09:41:35 +02:00
scripts root: fix branch Name extraction to work on non PRs 2021-02-28 14:24:16 +01:00
tests tests: only create selenium_screenshots/ on error 2021-04-02 23:23:09 +02:00
web web/elements: add PageHeader element to replace page 2021-04-10 17:09:40 +02:00
website docs: update ad docs for password writeback permissions 2021-04-09 11:24:13 +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 build(deps): bump boto3 from 1.17.47 to 1.17.48 (#711) 2021-04-09 08:47:02 +02:00
README.md root: optimise images 2021-03-20 23:35:05 +01:00
SECURITY.md web/elements: add PageHeader element to replace page 2021-04-10 17:09:40 +02:00
azure-pipelines.yml root: fix build for static files during e2e 2021-03-30 14:06:11 +02:00
docker-compose.yml root: monitor redis in readiness check, relax monitoring period 2021-04-07 15:51:19 +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 web/admin: add custom rendering for inbuilt sources 2021-04-09 16:30:53 +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