mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-29 13:18:57 +00:00
ffdb8a56d3
The API serializer was too restrictive on the `sub` field, expecting a UUID. This worked in our development and production setups because our Keycloak is configured to emit UUID subs, but it broke for other providers. Per the OIDC spec and the DB model, `sub` can be any string. Align the serializer with this and accept arbitrary string values. Fixes #1525.