MsalError.CannotAccessUserInformationOrUserNotDomainJoined Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cannot Access User Information or the user is not a user domain.
What happens?
You tried to use AcquireTokenByIntegratedWindowsAuth(IEnumerable<String>) but the user is not a domain user (the machine is not domain or AAD joined)public const string CannotAccessUserInformationOrUserNotDomainJoined;
val mutable CannotAccessUserInformationOrUserNotDomainJoined : string
Public Const CannotAccessUserInformationOrUserNotDomainJoined As String