MsalError.PasswordRequiredForManagedUserError 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.
Password is required for managed user.
What happens?
If can got this error when using AcquireTokenByUsernamePassword(IEnumerable<String>, String, String) and you (or the user) did not provide a password.public const string PasswordRequiredForManagedUserError;
val mutable PasswordRequiredForManagedUserError : string
Public Const PasswordRequiredForManagedUserError As String