(oidc) add IdP e2e test for login

This is a simple test to assert a user can login via people when setup
as an identity provider.
This commit is contained in:
Quentin BEY
2025-02-12 13:39:08 +01:00
committed by BEY Quentin
parent a7ab2142f9
commit 160ce92e54
3 changed files with 60 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
# For the CI job test-e2e
SUSTAINED_THROTTLE_RATES="200/hour"
BURST_THROTTLE_RATES="200/minute"
OAUTH2_PROVIDER_OIDC_ENABLED = True
OAUTH2_PROVIDER_VALIDATOR_CLASS: "mailbox_oauth2.validators.ProConnectValidator"