porchlight/tests/test_oidc
Johan Lundberg 4ec1c4087c
All checks were successful
publish-latest / docker (push) Successful in 8s
please ruff
2026-07-05 00:10:59 +02:00
..
__init__.py chore: create package structure with src layout 2026-02-12 14:39:07 +01:00
test_app_integration.py feat: integrate idpyoidc server into app lifespan 2026-02-16 13:29:39 +01:00
test_authorization.py fix(security): escape error text in OIDC error pages 2026-06-04 11:06:08 +02:00
test_claims.py update all imports in test files: fastapi_oidc_op → porchlight 2026-02-16 15:34:53 +01:00
test_consent_flow.py fix(security): reject consent scopes outside the original request 2026-06-04 10:26:55 +02:00
test_discovery.py feat: add OIDC discovery, JWKS, and authorization endpoints 2026-02-16 13:33:40 +01:00
test_e2e_flow.py please ruff 2026-07-05 00:10:59 +02:00
test_login_oidc_redirect.py fix: reorder imports and use ty-compatible type suppression 2026-02-19 14:29:01 +01:00
test_provider.py fix(security): lock down signing-key file permissions 2026-06-08 15:21:27 +02:00
test_token.py fix(oidc): return 400 instead of 500 on bad token requests 2026-06-10 14:37:01 +02:00
test_userinfo.py fix: reorder imports and use ty-compatible type suppression 2026-02-19 14:29:01 +01:00