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/tests/e2e
sdimovv 51c6a14786
providers/ldap: Improve compatibility with LDAP clients (#4750)
* Fixed invalid LDAP attributes by replacing '.'s and '/'s with '-'

* Leave old fields for now for backward compatibility

* Add forgotten depreceated field

* Fix tests

* Fix tests

* use shorter attribute names

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* sanitize attributes

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* keep both sanitized and unsanitized user fields

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add sanitized fields to test

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
2023-02-22 14:18:22 +01:00
..
__init__.py tests: move integration tests into separate folder, add separate pipeline task 2020-11-19 14:35:43 +01:00
docker-compose.yml tests/e2e: bump chrome version 2022-08-07 14:50:08 +02:00
test_flows_authenticators.py stages/prompt: field name (#4497) 2023-01-24 12:23:22 +01:00
test_flows_enroll.py stages/prompt: field name (#4497) 2023-01-24 12:23:22 +01:00
test_flows_login.py stages/prompt: field name (#4497) 2023-01-24 12:23:22 +01:00
test_flows_stage_setup.py stages/prompt: field name (#4497) 2023-01-24 12:23:22 +01:00
test_provider_ldap.py providers/ldap: Improve compatibility with LDAP clients (#4750) 2023-02-22 14:18:22 +01:00
test_provider_oauth2_github.py core: bump black from 22.12.0 to 23.1.0 (#4584) 2023-02-01 11:31:32 +01:00
test_provider_oauth2_grafana.py core: bump black from 22.12.0 to 23.1.0 (#4584) 2023-02-01 11:31:32 +01:00
test_provider_oidc.py core: bump black from 22.12.0 to 23.1.0 (#4584) 2023-02-01 11:31:32 +01:00
test_provider_oidc_implicit.py core: bump black from 22.12.0 to 23.1.0 (#4584) 2023-02-01 11:31:32 +01:00
test_provider_proxy.py stages/prompt: field name (#4497) 2023-01-24 12:23:22 +01:00
test_provider_saml.py core: bump black from 22.12.0 to 23.1.0 (#4584) 2023-02-01 11:31:32 +01:00
test_source_ldap_samba.py tests: retry on correct LDAP exceptions for samba tests 2023-01-27 17:59:38 +01:00
test_source_oauth.py core: bump black from 22.12.0 to 23.1.0 (#4584) 2023-02-01 11:31:32 +01:00
test_source_saml.py core: bump black from 22.12.0 to 23.1.0 (#4584) 2023-02-01 11:31:32 +01:00
utils.py sources/ldap: add e2e LDAP source tests (#4462) 2023-01-19 15:03:56 +01:00