Jens Langhammer
|
525d271535
|
*: apply new black styling
|
2020-09-30 19:34:22 +02:00 |
Jens Langhammer
|
9724ded194
|
policies: change .form() and .serializer() to properties, add tests
|
2020-09-29 10:32:58 +02:00 |
Jens Langhammer
|
3663c3c8a1
|
sources/saml: cleanup SLO Implementation
|
2020-09-26 20:38:38 +02:00 |
Jens Langhammer
|
c1058c7438
|
e2e: fix formatting
|
2020-09-26 18:18:01 +02:00 |
Jens Langhammer
|
44b815efae
|
sources/oauth: fix data being sent in body and header for oauth1
|
2020-09-26 17:43:58 +02:00 |
Jens Langhammer
|
2be6cd70d9
|
sources/oauth: fix handling of token for do_request
|
2020-09-26 14:00:48 +02:00 |
Jens Langhammer
|
5d46c1ea5a
|
flows: improve strings, ensure default-source-enrollment's first stage has re_evaluate_policies
|
2020-09-26 01:37:54 +02:00 |
Jens Langhammer
|
7d533889bc
|
sources/oauth: fix OAuth1 not working, cleanup
|
2020-09-26 01:27:33 +02:00 |
Jens Langhammer
|
d9c2b32cba
|
sources/oauth: cleanup clients, add type annotations
|
2020-09-26 00:34:57 +02:00 |
Jens Langhammer
|
03d58b439f
|
sources/oauth: separate clients into separate modules
|
2020-09-25 23:58:58 +02:00 |
Jens Langhammer
|
59e8dca499
|
sources/ldap: divide connector into password, sync and auth, add unittests for password
|
2020-09-21 21:40:41 +02:00 |
Jens Langhammer
|
945d5bfaf6
|
*: use Audit custom event action, add SOURCE_LINKED event action
|
2020-09-21 20:40:45 +02:00 |
Jens Langhammer
|
f99eaa85ac
|
sources/ldap: implement LDAP password validation and syncing
|
2020-09-21 11:46:35 +02:00 |
Jens Langhammer
|
116be0b3c0
|
sources/ldap: add status display to show last sync
|
2020-09-19 17:50:39 +02:00 |
Jens Langhammer
|
0a5e14a352
|
core: make is_superuser a group property, remove from user
|
2020-09-15 23:10:31 +02:00 |
Jens Langhammer
|
491dcc1159
|
sources/ldap: improve default Property Mappings
|
2020-09-15 21:51:08 +02:00 |
Jens Langhammer
|
6292049c74
|
sources/ldap: add limited support for attributes as object_fields on LDAPPropertyMappings
|
2020-09-15 21:08:14 +02:00 |
Jens Langhammer
|
683968c96e
|
sources/ldap: register ldap sources
|
2020-09-15 12:36:33 +02:00 |
Jens Langhammer
|
e7472de4bf
|
sources/ldap: sync source on save
|
2020-09-14 23:35:01 +02:00 |
Jens Langhammer
|
7fe9b8f0b4
|
providers/proxy: add domainless URL Validator
|
2020-09-13 21:52:34 +02:00 |
Jens Langhammer
|
8e6bb48227
|
sources/saml: add mitigation for idp-initiated requests
|
2020-09-13 15:39:25 +02:00 |
Jens Langhammer
|
0161205c82
|
sources/saml: fix previous request ID being wrongly compared
request ID was compared to request ID not InResponseTo field
|
2020-09-13 14:00:56 +02:00 |
Jens Langhammer
|
ca0ba85023
|
providers/saml: disallow idp-initiated SSO by default and validate Request ID
|
2020-09-12 00:53:44 +02:00 |
Jens L
|
23cccebb96
|
pytest (#209)
|
2020-09-11 23:21:11 +02:00 |
Jens L
|
268de20872
|
Proxy v2 (#189)
|
2020-09-03 00:04:12 +02:00 |
Jens L
|
c7a2410b1d
|
OAuth Provider Rewrite (#182)
|
2020-08-19 10:32:44 +02:00 |
Jens Langhammer
|
d4a5269bf1
|
*: Adjust forms to only show respective types of Flows and PropertyMappings
|
2020-08-01 20:02:23 +02:00 |
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 |
Jens Langhammer
|
37b2400cdb
|
lib: move SAML timestring utils into lib
|
2020-07-20 11:35:16 +02:00 |
Jens Langhammer
|
c60d1e1f9a
|
core: separate expiry logic from tokens and make re-usable
|
2020-07-20 10:57:12 +02:00 |
Jens Langhammer
|
a3baa100d4
|
sources/saml: remove unused import
|
2020-07-12 18:55:26 +02:00 |
Jens Langhammer
|
f7b9de1261
|
*/saml: fix MetadataProcessor having generic namespace prefixes
|
2020-07-12 18:40:43 +02:00 |
Jens Langhammer
|
47ca566d06
|
sources/saml: fix MetadataProcessor not working, add unittests
|
2020-07-12 18:40:18 +02:00 |
Jens Langhammer
|
a943d060d2
|
core: add separate autosubmit form for use without flows
|
2020-07-12 18:24:36 +02:00 |
Jens Langhammer
|
1675dab314
|
providers/saml: fix encoding for POST bindings
|
2020-07-12 17:58:38 +02:00 |
Jens Langhammer
|
996aa367d3
|
core: fix autosubmit_form loading full template
|
2020-07-12 17:45:03 +02:00 |
Jens Langhammer
|
464b558a02
|
*/saml: fix typo
|
2020-07-12 17:20:41 +02:00 |
Jens Langhammer
|
ff6e270886
|
sources/saml: fix AuthnRequest Singing for redirect bindings
|
2020-07-12 16:17:35 +02:00 |
Jens Langhammer
|
91766a2162
|
sources/saml: automatically add RelayState to build_auth_n_detached
|
2020-07-12 01:46:46 +02:00 |
Jens Langhammer
|
a393097504
|
*/saml: start implementing unittests, fix signing
|
2020-07-12 01:44:34 +02:00 |
Jens Langhammer
|
92a09be8c0
|
sources/saml: rewrite Processors and Views to directly build XML without templates
|
2020-07-11 01:02:55 +02:00 |
Jens Langhammer
|
8de3c4fbd6
|
sources/ldap: improve unittests
|
2020-07-10 20:21:51 +02:00 |
Jens Langhammer
|
7ac4242a38
|
e2e: add test for OAuth Enrollment -> OAuth Authentication
|
2020-07-10 00:14:48 +02:00 |
Jens Langhammer
|
4caa4be476
|
sources/oauth: fix UserOAuthSourceConnection not being assigned to user after enrollment
sources/oauth: separate handle_new_connection into handle_existing_user_link and handle_enroll
|
2020-07-10 00:07:59 +02:00 |
Jens Langhammer
|
c6d8bae147
|
e2e: generate dex config dynamically
|
2020-07-09 23:15:22 +02:00 |
Jens Langhammer
|
c70310730a
|
sources/oauth: split up single large "core" views
|
2020-07-09 23:09:32 +02:00 |
Jens Langhammer
|
e58ac7ae90
|
polices: add helper to remove None-value keys from dict for policies
|
2020-07-08 23:07:16 +02:00 |
Jens Langhammer
|
d786fa4b7c
|
sources/oauth: rewrite to not directly create user, pre-seed data into flow
|
2020-07-08 20:39:20 +02:00 |
Jens Langhammer
|
0e3e73989d
|
sources/saml: Add NameID Policy field, sent with AuthnRequest
|
2020-07-08 16:18:09 +02:00 |
Jens Langhammer
|
d831599608
|
core: make autosubmit_form generic template
|
2020-07-08 14:27:58 +02:00 |