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 c47ab4f1fc root: remove redundant internal network from compose
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-10-05 20:39:27 +02:00
.github Merge branch 'version-2021.9' 2021-10-04 22:02:56 +02:00
.vscode root: add alias for akflow files 2021-08-23 17:29:12 +02:00
authentik admin: clear update notification when notification's version matches current version 2021-10-05 20:36:38 +02:00
cmd cmd: fix outpost metrics not being set in embedded mode 2021-09-16 12:09:12 +02:00
internal release: 2021.9.5 2021-10-04 20:08:46 +02:00
lifecycle lifecycle: only lock database when system migrations need to be applied, and during django migrations, and don't double unlock 2021-10-04 23:14:16 +02:00
scripts ci: attempt to cache pipenv (#1347) 2021-09-04 14:55:54 +02:00
tests outposts: don't always build permissions on outpost.user access, only in signals and tasks 2021-10-04 18:04:19 +02:00
web web: fix strings not being translated at all when matching browser locale not found 2021-10-05 16:23:40 +02:00
website build(deps): bump postcss from 8.3.8 to 8.3.9 in /website (#1530) 2021-10-05 07:18:40 +02:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg release: 2021.9.5 2021-10-04 20:08:46 +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 sources/ldap: fix logic error in Active Directory account disabled status 2021-10-03 00:30:35 +02:00
Dockerfile root: Use fully qualified names for docker bases base images. (#1490) 2021-09-29 09:52:07 +02:00
LICENSE root: update license 2020-12-24 16:01:55 +01:00
Makefile sources/ldap: fix logic error in Active Directory account disabled status 2021-10-03 00:30:35 +02:00
Pipfile root: coverage with toml support 2021-10-04 09:17:31 +02:00
Pipfile.lock build(deps): bump boto3 from 1.18.53 to 1.18.54 (#1535) 2021-10-05 07:17:13 +02:00
README.md root: update badges 2021-09-03 18:11:13 +02:00
SECURITY.md root: update security 2021-10-05 20:08:26 +02:00
docker-compose.yml root: remove redundant internal network from compose 2021-10-05 20:39:27 +02:00
go.mod build(deps): bump goauthentik.io/api from 0.202195.3 to 0.202195.4 (#1544) 2021-10-05 13:19:20 +02:00
go.sum build(deps): bump goauthentik.io/api from 0.202195.3 to 0.202195.4 (#1544) 2021-10-05 13:19:20 +02:00
ldap.Dockerfile root: Use fully qualified names for docker bases base images. (#1490) 2021-09-29 09:52:07 +02:00
manage.py root: ignore known warnings 2021-08-09 00:27:29 +02:00
proxy.Dockerfile root: Use fully qualified names for docker bases base images. (#1490) 2021-09-29 09:52:07 +02:00
pyproject.toml sources/ldap: fix logic error in Active Directory account disabled status 2021-10-03 00:30:35 +02:00
pyrightconfig.json Proxy v2 (#189) 2020-09-03 00:04:12 +02:00
schema.yml core: include group uuids in self serializer 2021-10-05 13:10:44 +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