MsalError.UapCannotFindDomainUser Field

Definition

Cannot access the user from the OS (UWP)

What happens

You called AcquireTokenByIntegratedWindowsAuth(IEnumerable<String>), but the domain user name could not be found.

Mitigation

This might be because you need to add more capabilities to your UWP application in the Package.appxmanifest. See https://aka.ms/msal-net-uwp
public const string UapCannotFindDomainUser;
val mutable UapCannotFindDomainUser : string
Public Const UapCannotFindDomainUser As String 

Field Value

Applies to