MsalError.UnauthorizedClient 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.
The client is unauthorized to access resource.
This commonly happens when Mobile App Management (MAM) policies are enabled. MSAL will throw an exception in that case with protection_policy_required
sub-error.
Mitigation
Catch the exception and use the properties in it to obtain the right parameters from Intune SDK. IntuneAppProtectionPolicyRequiredExceptionpublic const string UnauthorizedClient;
val mutable UnauthorizedClient : string
Public Const UnauthorizedClient As String