canaille-globuzma/tests/oidc
Éloi Rivard b4908d5e57
modals are HTML pages instead of JS elements
This will help providing the very same user experience for users with
and without javascript. We will still be able to re-enable javascript
modals in the future, but this should be done from the ground up, HTML
first and javascript after.
2023-07-18 18:34:10 +02:00
..
commands Refactored keypair management 2023-07-01 19:06:26 +02:00
__init__.py Variable renaming 2022-10-21 17:03:38 +02:00
conftest.py Refactored keypair management 2023-07-01 19:06:26 +02:00
test_authorization_code_flow.py Renamed User.email in User.emails 2023-06-22 15:15:46 +02:00
test_bad_flows.py Avoid slapd_connection fixture in tests 2022-05-19 12:36:39 +02:00
test_client_admin.py modals are HTML pages instead of JS elements 2023-07-18 18:34:10 +02:00
test_code_admin.py Pagination pluralization 2023-06-30 18:12:13 +02:00
test_configuration.py Refactored keypair management 2023-07-01 19:06:26 +02:00
test_consent.py Use ruff linter 2023-05-25 13:37:58 +02:00
test_dynamic_client_registration.py Refactored keypair management 2023-07-01 19:06:26 +02:00
test_dynamic_client_registration_management.py Use ruff linter 2023-05-25 13:37:58 +02:00
test_end_session.py Use a unique identifier to indentify users in URLS 2023-06-29 15:55:39 +02:00
test_hybrid_flow.py Moved every model import to canaille.models 2023-05-20 20:02:00 +02:00
test_implicit_flow.py Moved every model import to canaille.models 2023-05-20 20:02:00 +02:00
test_jwks.py Fixes an authlib jwk warning 2022-12-11 22:27:54 +01:00
test_password_flow.py Implemented LDAP ppolicy support. 2023-05-26 15:23:43 +02:00
test_token_admin.py modals are HTML pages instead of JS elements 2023-07-18 18:34:10 +02:00
test_token_introspection.py Moved every model import to canaille.models 2023-05-20 20:02:00 +02:00
test_token_revocation.py Properly handle LDAP date timezones 2023-03-18 00:39:32 +01:00
test_userinfo.py Renamed User.email in User.emails 2023-06-22 15:15:46 +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