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 L dc1359a763
providers/saml: initial SLO implementation (#2346)
* providers/saml: initial SLO implementation

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* providers/saml: add logout request tests

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* providers/saml: add tests for POST SLO

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* matrix e2e tests

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* fix import

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* set e2e matrix name

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* fix imports

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* separate oidc and oauth tests

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* add basic saml slo e2e tests

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* add better metadata download url

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* kinda prepare release notes

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* sort releases into folders

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* add slo urls to website

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* fix linking

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* add api tests

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* update docs

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2023-01-04 19:45:31 +01:00
.github providers/saml: initial SLO implementation (#2346) 2023-01-04 19:45:31 +01:00
.vscode providers/saml: initial SLO implementation (#2346) 2023-01-04 19:45:31 +01:00
authentik providers/saml: initial SLO implementation (#2346) 2023-01-04 19:45:31 +01:00
blueprints blueprints: disallow flow token 2022-12-29 21:54:56 +01:00
cmd core: bump github.com/getsentry/sentry-go from 0.15.0 to 0.16.0 (#4179) 2022-12-09 12:20:41 +01:00
internal release: 2022.12.1 2022-12-30 13:43:42 +01:00
lifecycle lifecycle: don't set user/group in gunicorn 2022-12-02 12:42:55 +02:00
locale providers/saml: initial SLO implementation (#2346) 2023-01-04 19:45:31 +01:00
scripts root: update options for generating TS API (#3833) 2022-10-21 09:08:25 +02:00
tests providers/saml: initial SLO implementation (#2346) 2023-01-04 19:45:31 +01:00
web providers/saml: initial SLO implementation (#2346) 2023-01-04 19:45:31 +01:00
website providers/saml: initial SLO implementation (#2346) 2023-01-04 19:45:31 +01:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg release: 2022.12.1 2022-12-30 13:43:42 +01:00
.dockerignore core: bundle geoip (#4250) 2022-12-20 22:09:30 +01:00
.editorconfig repo cleanup, switch to new docker registry 2019-04-29 17:05:39 +02:00
.gitignore root: allow custom settings via python module 2022-12-15 10:59:14 +01:00
CODE_OF_CONDUCT.md root: rework and expand security policy 2022-11-28 12:10:53 +01:00
CONTRIBUTING.md root: rework and expand security policy 2022-11-28 12:10:53 +01:00
Dockerfile core: bundle geoip (#4250) 2022-12-20 22:09:30 +01:00
LICENSE root: relicense and launch blog post 2022-11-03 16:00:00 +01:00
Makefile providers/saml: initial SLO implementation (#2346) 2023-01-04 19:45:31 +01:00
README.md root: migrate to hosted sentry with rate-limited DSN 2022-12-23 11:18:26 +01:00
SECURITY.md root: update supported versions 2022-12-23 16:08:50 +01:00
docker-compose.yml release: 2022.12.1 2022-12-30 13:43:42 +01:00
go.mod core: bump github.com/jellydator/ttlcache/v3 from 3.0.0 to 3.0.1 (#4328) 2023-01-02 09:29:04 +01:00
go.sum core: bump github.com/jellydator/ttlcache/v3 from 3.0.0 to 3.0.1 (#4328) 2023-01-02 09:29:04 +01:00
ldap.Dockerfile core: bump golang from 1.19.3-bullseye to 1.19.4-bullseye (#4168) 2022-12-07 12:50:03 +02:00
manage.py root: update deprecation warnings 2022-11-25 11:47:28 +01:00
poetry.lock core: bump coverage from 7.0.2 to 7.0.3 (#4350) 2023-01-04 09:54:49 +01:00
proxy.Dockerfile core: bump golang from 1.19.3-bullseye to 1.19.4-bullseye (#4168) 2022-12-07 12:50:03 +02:00
pyproject.toml release: 2022.12.1 2022-12-30 13:43:42 +01:00
schema.yml providers/saml: initial SLO implementation (#2346) 2023-01-04 19:45:31 +01:00

README.md

authentik logo


Join Discord GitHub Workflow Status GitHub Workflow Status GitHub Workflow Status Code Coverage 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

Sponsors

This project is proudly sponsored by:

DigitalOcean provides development and testing resources for authentik.

Deploys by Netlify

Netlify hosts the goauthentik.io site.