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
github-actions[bot] 9a86dcaec3
web: Update Web API Client version (#1934)
Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: BeryJu <BeryJu@users.noreply.github.com>
2021-12-14 16:26:21 +01:00
.github root: don't stale enhancement/confirmed 2021-12-13 15:51:30 +01:00
.vscode web/admin: redesign provider pages to provide more info 2021-11-26 14:08:45 +01:00
authentik events: add flow_execution event type 2021-12-14 16:13:51 +01:00
cmd
internal outposts: set sentry-trace on API requests to match them to the outer transaction 2021-12-14 11:50:31 +01:00
lifecycle lifecycle: use custom worker class 2021-12-11 19:55:09 +01:00
locale web/admin: fix actions column on ip reputation page 2021-11-28 21:14:52 +01:00
scripts
tests tests/e2e: use ghcr for e2e tests 2021-12-14 10:36:47 +01:00
web web: Update Web API Client version (#1934) 2021-12-14 16:26:21 +01:00
website website: add initial redirect (#1918) 2021-12-13 20:42:31 +00:00
xml
.bumpversion.cfg
.dockerignore
.editorconfig
.gitignore root: allow .mo files for backend 2021-11-23 19:09:29 +01:00
.python-version root: add .python-version so dependabot doesn't use broken python 3.10.0 2021-12-13 17:23:42 +01:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile root: remove lxml version workaround 2021-12-13 21:08:50 +01:00
LICENSE
Makefile web: add link to open API Browser for API Drawer 2021-12-14 16:03:42 +01:00
Pipfile root: remove lxml version workaround 2021-12-13 21:08:50 +01:00
Pipfile.lock root: bump python dependencies 2021-12-14 09:45:36 +01:00
README.md
SECURITY.md
docker-compose.yml crypto: add certificate discovery to automatically import certificates from lets encrypt 2021-12-03 18:27:36 +01:00
go.mod build(deps): bump goauthentik.io/api from 0.2021104.11 to 0.2021104.13 (#1931) 2021-12-14 08:28:42 +01:00
go.sum build(deps): bump goauthentik.io/api from 0.2021104.11 to 0.2021104.13 (#1931) 2021-12-14 08:28:42 +01:00
ldap.Dockerfile build(deps): bump golang from 1.17.4-bullseye to 1.17.5-bullseye (#1900) 2021-12-10 08:39:36 +01:00
manage.py
proxy.Dockerfile build(deps): bump golang from 1.17.4-bullseye to 1.17.5-bullseye (#1900) 2021-12-10 08:39:36 +01:00
pyproject.toml
schema.yml events: add flow_execution event type 2021-12-14 16:13:51 +01:00

README.md

authentik logo


Join Discord GitHub Workflow Status GitHub Workflow Status GitHub Workflow Status Code Coverage Testspace tests Docker pulls Latest version

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. This is documented here

Screenshots

Light Dark

Development

See Development Documentation

Security

See SECURITY.md