You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
When using an SSO mapping provider that automatically sets a new user's mxid localpart (as opposed to prompting the user to choose it), then requiring consent tracking on new user registration doesn't work: registering a new user via SSO does not prompt for consent & lets the registration finish as if consent was not required.
Configure a SSO mapping provider that returns a mxid localpart
Register a new user via SSO
Expected results: The registration flow should eventually open a webpage at /_matrix/consent and not register a new user until the consent form on that page has been submitted.
Actual results: The registration will complete without prompting for consent, as if user_consent.require_at_registration was not set. Other consent configurations still take affect, though, such as user_consent.block_events_error.