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.
authentik/passbook/providers/saml
Jens Langhammer a5bfef9b6b providers/saml: fix leftover data in session, fix IdP initiated login
move can_handle calls to binding endpoints (/login/ and /login/initiate/), so that /login/authorize/ works either way, can clean up the session and audit
2020-02-24 17:34:52 +01:00
..
migrations lib: add helper method for 400 response with message 2020-02-18 10:13:53 +01:00
processors providers/saml: fix leftover data in session, fix IdP initiated login 2020-02-24 17:34:52 +01:00
templates/saml providers/saml: fix leftover data in session, fix IdP initiated login 2020-02-24 17:34:52 +01:00
tests providers/saml: big cleanup, simplify base processor 2020-02-14 15:19:48 +01:00
utils providers/saml: cleanup encoding 2020-02-20 21:33:10 +01:00
__init__.py *(minor): small refactor 2019-10-07 16:33:48 +02:00
admin.py all: implement black as code formatter 2019-12-31 12:51:16 +01:00
api.py *: propertymapping template -> expression 2020-02-17 20:38:14 +01:00
apps.py all: implement black as code formatter 2019-12-31 12:51:16 +01:00
exceptions.py lib: add SentryIgnoredException, to easily ignore exceptions from sentry 2020-02-20 21:38:53 +01:00
forms.py *: propertymapping template -> expression 2020-02-17 20:38:14 +01:00
models.py providers/saml: fix 500 when SAML Provider not assigned to application 2020-02-21 20:54:00 +01:00
settings.py all: implement black as code formatter 2019-12-31 12:51:16 +01:00
urls.py providers/saml: fix users being able to authenticate without audit logs being created 2020-02-24 14:40:12 +01:00
views.py providers/saml: fix leftover data in session, fix IdP initiated login 2020-02-24 17:34:52 +01:00