- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2023 04:05 PM
Hello Everyone,
I am integrating Microsoft Intune into my company's instance and am using the Service Graph Connector for Microsoft Intune guided set up and following other forum posts. I am stuck because I keep getting errors.
1. When I test the connection I keep getting the error: "Unable to make a connection to Intune API call. Please check your credential configuration. Check system log for more details. HTTP return status code was 400".
2. And when I test my HTTP method I get: "Method failed: (/v2.3/deviceManagement/managedDevices) with code: 404". Even when I add '$top=5' to the endpoint.
I believe the Oauth 2.0 info I provided during the Application Registry part is correct because I get a success message when I click the 'Get OAuth token' button. Does anyone have any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2023 08:06 PM
Hi @adaomoji
It is not issue with your oAuth, it is with the permissions. You need to check your permissions for the target tenant from which you need to query.
Please check the documentation if you are missing any permissions at Azure end.
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2023 10:18 PM
Hi @adaomoji
Generally, when this occurs it is an issue with the permissions and scopes set on the Azure side of Intune.
Let's have a look into the below KB for some steps of debugging.
And use this https://jwt.io/ to validate the permission has been granted to your keys.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2023 08:06 PM
Hi @adaomoji
It is not issue with your oAuth, it is with the permissions. You need to check your permissions for the target tenant from which you need to query.
Please check the documentation if you are missing any permissions at Azure end.
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2023 10:18 PM
Hi @adaomoji
Generally, when this occurs it is an issue with the permissions and scopes set on the Azure side of Intune.
Let's have a look into the below KB for some steps of debugging.
And use this https://jwt.io/ to validate the permission has been granted to your keys.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 05:07 AM
@AnveshKumar M @Tai Vu Indeed the issue was with the permissions on the Azure side. Thank you for your replies!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2025 02:28 AM
Hi Everyone
i wanted to know whether we can do this configuration?
i want to see all the incidents related to a device but not as a user
like there we can use filter for devices but that also shows for a user's device
I want to see all incidents of a device
Any help on this?