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 df4c8003b8 api: fix items of list fields having nullable set
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-09-10 18:15:59 +02:00
.github ci: include build sha in docker tag 2021-09-08 23:03:32 +02:00
.vscode root: add alias for akflow files 2021-08-23 17:29:12 +02:00
authentik api: fix items of list fields having nullable set 2021-09-10 18:15:59 +02:00
cmd core: metrics v2 (#1370) 2021-09-09 15:52:24 +02:00
internal outposts/proxy: fix redirect URL error due to callback url not being joined correctly 2021-09-10 16:19:29 +02:00
lifecycle lifecycle: fix worker startup error when docker socket's group is not called docker 2021-09-09 15:24:35 +02:00
scripts ci: attempt to cache pipenv (#1347) 2021-09-04 14:55:54 +02:00
tests outposts/proxyv2 (#1365) 2021-09-08 18:04:56 +00:00
web web: Update Web API Client version (#1377) 2021-09-10 11:41:12 +02:00
website website: prepare go vanity URL 2021-09-10 17:18:15 +02:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg release: 2021.8.4 2021-09-02 20:21:21 +02:00
.dockerignore root: add bundled docs 2021-07-13 11:06:51 +02:00
.editorconfig repo cleanup, switch to new docker registry 2019-04-29 17:05:39 +02:00
.gitignore website: add docs for making schema changes 2021-08-23 10:32:37 +02:00
CODE_OF_CONDUCT.md root: add code of conduct and PR template 2021-07-26 22:49:17 +02:00
CONTRIBUTING.md root: Fix table of contents for CONTRIBUTING.md (#1302) 2021-08-26 10:08:07 +02:00
Dockerfile build(deps): bump golang from 1.17.0 to 1.17.1 (#1375) 2021-09-10 08:41:10 +02:00
LICENSE root: update license 2020-12-24 16:01:55 +01:00
Makefile ci: use native kind action to test integration 2021-09-04 16:06:44 +02:00
Pipfile build(deps): bump twisted from 20.3.0 to 21.7.0 (#1198) 2021-07-29 09:22:44 +02:00
Pipfile.lock build(deps): bump boto3 from 1.18.38 to 1.18.39 (#1376) 2021-09-10 08:40:58 +02:00
README.md root: update badges 2021-09-03 18:11:13 +02:00
SECURITY.md root: update security.md 2021-09-03 17:26:10 +02:00
docker-compose.yml release: 2021.8.4 2021-09-02 20:21:21 +02:00
go.mod build(deps): bump github.com/pires/go-proxyproto from 0.6.0 to 0.6.1 (#1368) 2021-09-09 08:20:22 +02:00
go.sum build(deps): bump github.com/pires/go-proxyproto from 0.6.0 to 0.6.1 (#1368) 2021-09-09 08:20:22 +02:00
ldap.Dockerfile build(deps): bump golang from 1.17.0 to 1.17.1 (#1375) 2021-09-10 08:41:10 +02:00
manage.py root: ignore known warnings 2021-08-09 00:27:29 +02:00
proxy.Dockerfile build(deps): bump golang from 1.17.0 to 1.17.1 (#1375) 2021-09-10 08:41:10 +02:00
pyproject.toml root: reformat to 100 line width 2021-08-03 17:45:16 +02:00
pyrightconfig.json Proxy v2 (#189) 2020-09-03 00:04:12 +02:00
schema.yml api: fix items of list fields having nullable set 2021-09-10 18:15:59 +02: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