canaille-globuzma/tests/oidc
2023-05-11 15:33:34 +02:00
..
commands Moved canaille.ldap_backend to canaille.backends.ldap 2023-04-18 20:22:55 +02:00
__init__.py Variable renaming 2022-10-21 17:03:38 +02:00
conftest.py OIDC.JWT.MAPPING configuration option is really optional 2023-04-10 20:09:47 +02:00
test_authorization_code_flow.py unit tests: only use user_name to authenticate users 2023-05-11 15:33:34 +02:00
test_bad_flows.py Avoid slapd_connection fixture in tests 2022-05-19 12:36:39 +02:00
test_client_admin.py Use LDAPObject.reload in tests instead of LDAPObject.get 2023-04-08 21:36:21 +02:00
test_code_admin.py CSRF protection everywhere 2023-03-28 20:30:29 +02:00
test_configuration.py Creates a OIDC configuration section for all the OIDC related entries 2023-04-10 16:24:43 +02:00
test_consent.py Split the consent page in two 2023-03-16 18:45:35 +01:00
test_dynamic_client_registration.py Correctly read OIDC dynamic registration config entries 2023-04-10 19:28:26 +02:00
test_dynamic_client_registration_management.py Correctly read OIDC dynamic registration config entries 2023-04-10 19:28:26 +02:00
test_end_session.py Creates a OIDC configuration section for all the OIDC related entries 2023-04-10 16:24:43 +02:00
test_hybrid_flow.py unit tests: only use user_name to authenticate users 2023-05-11 15:33:34 +02:00
test_implicit_flow.py Renamed user attributes to match SCIM naming convention 2023-04-07 20:12:24 +02:00
test_jwks.py Fixes an authlib jwk warning 2022-12-11 22:27:54 +01:00
test_password_flow.py unit tests: only use user_name to authenticate users 2023-05-11 15:33:34 +02:00
test_token_admin.py CSRF protection everywhere 2023-03-28 20:30:29 +02:00
test_token_introspection.py Explicitly use User.formatted_name instead of User.name 2023-04-07 22:45:42 +02:00
test_token_revocation.py Properly handle LDAP date timezones 2023-03-18 00:39:32 +01:00
test_userinfo.py OIDC.JWT.MAPPING configuration option is really optional 2023-04-10 20:09:47 +02:00
test_webfinger.py Implemented a basic WebFinger endpoint. 2022-10-03 18:42:08 +02:00
test_well_known.py Add nonce to the claims_supported server metadata list 2022-12-15 11:59:00 +01:00