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
When creating a user, the surname field is incorrectly populated with the value of onPremisesSamAccountName (i.e., the username) instead of extracting the actual last name from the displayName.
Describe the bug
When creating a user, the surname field is incorrectly populated with the value of onPremisesSamAccountName (i.e., the username) instead of extracting the actual last name from the displayName.
Steps to reproduce
Expected behavior
surname should be "shrestha" — the last name parsed from displayName.
Actual behavior
surname is "hope" — incorrectly using the value of onPremisesSamAccountName.
Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: