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
dependabot[bot] 90e7fbe238
build(deps): bump @babel/core from 7.14.2 to 7.14.3 in /web (#897)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.2 to 7.14.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.14.3/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-18 09:24:19 +02:00
.github Merge branch 'master' into openapi-v3 2021-05-17 20:37:18 +02:00
authentik flows: fix formatting 2021-05-18 09:23:22 +02:00
cmd/server gproxy: add sentry integration 2021-05-04 14:28:48 +02:00
internal release: 2021.5.2 2021-05-17 19:54:10 +02:00
lifecycle lifecycle: check if group of docker socket exists 2021-05-14 00:50:20 +02:00
outpost Merge branch 'master' into openapi-v3 2021-05-17 20:37:18 +02:00
scripts ci: generate secert_key for CI runs 2021-05-16 23:46:23 +02:00
tests website/docs: add ldap example, use ghcr 2021-05-14 11:19:09 +02:00
web build(deps): bump @babel/core from 7.14.2 to 7.14.3 in /web (#897) 2021-05-18 09:24:19 +02:00
website Merge branch 'master' into openapi-v3 2021-05-17 20:37:18 +02:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg release: 2021.5.2 2021-05-17 19:54:10 +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 root: explicitly set --user for codegen 2021-05-16 23:14:51 +02:00
Pipfile root: remove yasg 2021-05-16 22:18:04 +02:00
Pipfile.lock build(deps): bump boto3 from 1.17.73 to 1.17.74 2021-05-18 04:29:36 +00: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 Merge branch 'master' into openapi-v3 2021-05-17 00:12:30 +02:00
docker-compose.yml release: 2021.5.2 2021-05-17 19:54:10 +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 *: fix API Schema for file uploads 2021-05-17 23:12:52 +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