mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-03 15:38:22 +00:00
827014c952
Add OIDC_USER_SUB_FIELD_IMMUTABLE setting to our config and enforce it in the user viewset. Previously relied on implicit Django LaSuite defaults. Makes the sub mutability constraint explicit and ensures it's enforced at the application level, critical for provisional users where sub is assigned on first login.