Enhanced Name Support for Accounts and SSO
MINOR Support for Given Name, Family Name, and Middle Name Claims
We've enhanced Accounts and Single Sign-On (SSO) to support structured name fields, in addition to the existing name field, we've added:
- given_name – Stores the given (first) name of the user.
- family_name – Stores the family (last) name of the user, supporting cultures where family name comes first.
- middle_name – Stores the middle name of the user.
These values can be set directly by the API, but additionally will be populated during OpenID Connect authentication if your provider sets the Standard Claims, and
These fields can now be optionally set in user authentication info objects, and filtered in both user authentication info and account members.
For details see: