mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-03 14:17:59 +00:00
1cb40d13f9
The user `sub` field was rejecting some ASCII characters that are actually valid according to the OIDC spec. Loosen the validation to accept the full ASCII range, so the field is compliant with the RFC and works with any spec-compliant identity provider. Closes #1609.