MsalError.CannotAccessUserInformationOrUserNotDomainJoined Field

Definition

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 

Field Value

Applies to