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] defca51d24
build(deps): bump @sentry/browser from 6.3.5 to 6.3.6 in /web (#855)
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 6.3.5 to 6.3.6.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/6.3.5...6.3.6)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 20:34:09 +02:00
.github root: remove old helm chart 2021-05-08 16:25:11 +02:00
authentik sources/oauth: fix google tests 2021-05-10 00:27:37 +02:00
cmd/server gproxy: add sentry integration 2021-05-04 14:28:48 +02:00
internal core: improve messaging on flow_manager, authenticate user when they linked their account after not having been authenticateed 2021-05-04 18:49:27 +02:00
lifecycle lifecycle: show errors when initial db check fails 2021-05-05 20:15:01 +02:00
outpost outposts/ldap: fix concurrency issues 2021-05-08 21:21:53 +02:00
scripts root: fix branch Name extraction to work on non PRs 2021-02-28 14:24:16 +01:00
tests sources/plex: add general tests 2021-05-03 21:55:55 +02:00
web build(deps): bump @sentry/browser from 6.3.5 to 6.3.6 in /web (#855) 2021-05-10 20:34:09 +02:00
website build(deps-dev): bump prettier from 2.2.1 to 2.3.0 in /website (#852) 2021-05-10 09:05:00 +02:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg root: remove old helm chart 2021-05-08 16:25:11 +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 build(deps): bump golang from 1.16.3 to 1.16.4 (#841) 2021-05-07 09:44:09 +02:00
LICENSE root: update license 2020-12-24 16:01:55 +01:00
Makefile core: improve messaging on flow_manager, authenticate user when they linked their account after not having been authenticateed 2021-05-04 18:49:27 +02:00
Pipfile sources/plex: add general tests 2021-05-03 21:55:55 +02:00
Pipfile.lock build(deps): bump service-identity from 18.1.0 to 21.1.0 (#849) 2021-05-09 23:03:03 +02: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 ci: run apt update before installing dependencies 2021-05-08 14:41:40 +02:00
docker-compose.yml root: replace images in compose with alpine 2021-05-06 15:01:37 +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
swagger.yaml outposts: create traefikmiddleware if forwardAuth is enabled 2021-05-07 00:01:35 +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