共用方式為


MsalError.CannotAccessUserInformationOrUserNotDomainJoined Field

Definition

Overloads

CannotAccessUserInformationOrUserNotDomainJoined

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)

CannotAccessUserInformationOrUserNotDomainJoined

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