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] b53ef6e529
build(deps): bump goauthentik.io/api from 0.2021103.1 to 0.2021103.2 (#1767)
Bumps [goauthentik.io/api](https://github.com/goauthentik/client-go) from 0.2021103.1 to 0.2021103.2.
- [Release notes](https://github.com/goauthentik/client-go/releases)
- [Commits](https://github.com/goauthentik/client-go/compare/v0.2021103.1...v0.2021103.2)

---
updated-dependencies:
- dependency-name: goauthentik.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-10 23:26:13 +01:00
.github ci: remove cache from translation compile 2021-11-10 13:19:57 +01:00
.vscode root: add alias for akflow files 2021-08-23 17:29:12 +02:00
authentik providers/proxy: return list of configured scope names so outpost requests custom scopes 2021-11-10 23:06:21 +01:00
cmd cmd/server: improve cleanup on shutdown 2021-11-06 13:54:59 +01:00
internal providers/proxy: return list of configured scope names so outpost requests custom scopes 2021-11-10 23:06:21 +01:00
lifecycle lifecycle: revert to non-h11 worker 2021-11-04 13:16:10 +01:00
locale/en/LC_MESSAGES sources/oauth: add Sign in with Apple (#1635) 2021-10-18 16:35:12 +02:00
scripts root: remove pipenv constraint 2021-11-09 14:19:33 +01:00
tests root: remove pipenv constraint 2021-11-09 14:19:33 +01:00
web web: Update Web API Client version (#1766) 2021-11-10 23:11:26 +01:00
website website/docs: add air-gapped docs 2021-11-10 11:28:59 +01:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg release: 2021.10.3 2021-11-08 20:52:11 +01: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: use custom url for discord 2021-10-21 10:40:43 +02:00
Dockerfile root: remove pipenv constraint 2021-11-09 14:19:33 +01:00
LICENSE root: update license 2020-12-24 16:01:55 +01:00
Makefile root: use forked openapi-generator 2021-11-06 19:10:17 +01:00
Pipfile build(deps): bump kubernetes from v19.15.0b1 to 19.15.0 (#1675) 2021-10-26 13:24:12 +02:00
Pipfile.lock build(deps): bump boto3 from 1.20.0 to 1.20.2 (#1763) 2021-11-10 08:16:19 +01:00
README.md root: use custom url for discord 2021-10-21 10:40:43 +02:00
SECURITY.md root: update security 2021-10-05 20:08:26 +02:00
docker-compose.yml release: 2021.10.3 2021-11-08 20:52:11 +01:00
go.mod build(deps): bump goauthentik.io/api from 0.2021103.1 to 0.2021103.2 (#1767) 2021-11-10 23:26:13 +01:00
go.sum build(deps): bump goauthentik.io/api from 0.2021103.1 to 0.2021103.2 (#1767) 2021-11-10 23:26:13 +01:00
ldap.Dockerfile build(deps): bump golang from 1.17.2-bullseye to 1.17.3-bullseye (#1737) 2021-11-05 08:29:51 +01:00
manage.py root: ignore known warnings 2021-08-09 00:27:29 +02:00
proxy.Dockerfile build(deps): bump golang from 1.17.2-bullseye to 1.17.3-bullseye (#1737) 2021-11-05 08:29:51 +01:00
pyproject.toml root: move pyright config to toml 2021-11-02 13:05:11 +01:00
schema.yml providers/proxy: return list of configured scope names so outpost requests custom scopes 2021-11-10 23:06:21 +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