MsalError.UnauthorizedClient Field

Definition

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. IntuneAppProtectionPolicyRequiredException
public const string UnauthorizedClient;
val mutable UnauthorizedClient : string
Public Const UnauthorizedClient As String 

Field Value

Applies to