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
Due to UserPrincipalName is allowed to be empty in AD (and it is on default objects like "guest" and "krbtgt"), that parameter UserPrincipalName should be allowed to be empty.
validator may be enough on the parameter:
[AllowEmptyString()]
The text was updated successfully, but these errors were encountered:
Due to UserPrincipalName is allowed to be empty in AD (and it is on default objects like "guest" and "krbtgt"), that parameter
UserPrincipalName
should be allowed to be empty.validator may be enough on the parameter:
[AllowEmptyString()]
The text was updated successfully, but these errors were encountered: