Error when trying to load device information from Intune via Graph API.
When using the msal-azure library for calling the Grap API endpoint https://graph.microsoft.com/v1.0/deviceManagement/managedDevices i get the below error message in the browser console. When i try to call a different endpoint like /users everything works and i get the users in the response.
Library
msal@1.x.x
or@azure/msal@1.x.x
@azure/msal-browser@2.x.x
@azure/msal-angular@^0.1.4
@azure/msal-angular@1.x.x
@azure/msal-angularjs@1.x.x
Framework
Description
Error when trying to load device information from Intune via Graph API.
When using the msal-azure library for calling the Grap API endpoint https://graph.microsoft.com/v1.0/deviceManagement/managedDevices i get the below error message in the browser console. When i try to call a different endpoint like /users everything works and i get the users in the response.
Configuration
Azure AD
Reproduction steps
Expected behavior
Get all Devices from Intune. Like calling the /users endpoint.