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/sources/saml
Jens Langhammer 37a432267d Squashed commit of the following:
commit 88029a4335
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Mon Jul 20 16:55:55 2020 +0200

    admin: update to work with new form

commit 4040eb9619
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Mon Jul 20 16:43:30 2020 +0200

    *: remove path-based import from all PropertyMappings

commit c9663a08da
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Mon Jul 20 16:33:34 2020 +0200

    flows: update work with new stages

commit a3d92ebc0a
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Mon Jul 20 16:23:30 2020 +0200

    stages/*: remove path-based import from all stages

commit 6fa825e372
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Mon Jul 20 16:03:55 2020 +0200

    providers/*: remove path-based import from all providers

commit 6aefd072c8
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Mon Jul 20 15:58:48 2020 +0200

    policies/*: remove path-based import from all policies

commit ac2dd3611f
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Mon Jul 20 15:11:27 2020 +0200

    sources/*: remove path-based import from all sources

commit 74e628ce9c
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Mon Jul 20 14:43:38 2020 +0200

    ui: allow overriding of verbose_name

commit d4ee18ee32
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Mon Jul 20 14:08:27 2020 +0200

    sources/oauth: migrate from discordapp.com to discord.com
2020-07-20 18:17:14 +02:00
..
migrations lib: move SAML timestring utils into lib 2020-07-20 11:35:16 +02:00
processors sources/saml: remove unused import 2020-07-12 18:55:26 +02:00
templates/saml/sp sources/saml: rewrite Processors and Views to directly build XML without templates 2020-07-11 01:02:55 +02:00
__init__.py sources/saml(major): add saml SP 2019-11-07 17:02:56 +01:00
api.py sources/saml: Add NameID Policy field, sent with AuthnRequest 2020-07-08 16:18:09 +02:00
apps.py sources/saml: start implementing transient NameID format 2020-06-24 21:50:30 +02:00
exceptions.py lib: add SentryIgnoredException, to easily ignore exceptions from sentry 2020-02-20 21:38:53 +01:00
forms.py providers/saml: fix encoding for POST bindings 2020-07-12 17:58:38 +02:00
models.py Squashed commit of the following: 2020-07-20 18:17:14 +02:00
settings.py sources/saml: correctly cleanup transient users, update forms 2020-06-24 22:27:14 +02:00
signals.py sources/saml: correctly cleanup transient users, update forms 2020-06-24 22:27:14 +02:00
tasks.py lib: move SAML timestring utils into lib 2020-07-20 11:35:16 +02:00
tests.py sources/saml: fix MetadataProcessor not working, add unittests 2020-07-12 18:40:18 +02:00
urls.py all: general maintenance, prepare for pyright 2020-02-18 22:12:51 +01:00
views.py core: add separate autosubmit form for use without flows 2020-07-12 18:24:36 +02:00