Intune Service Graph Connector calling login endpoint over and over
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 04:47 AM
Hi,
Hoping someone can help me with this. We are looking to use the Service Graph Connector for Intune to populate our CMDB with our managed devices. As part of the import, the connector makes a call to a users endpoint to get primary user details. (ex. "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/%deviceID%/users" ).
The import had been running fine for about a month, without any changes to the connector it all of sudden looks to have started calling Microsoft's login endpoint (login.microsoftonline.com) before every call to the users endpoint. Resulting in the import taking ~20 hours as opposed to ~3 hours total. I've attached pictures of the outbound http logs for a ~3 hour import and one for ~20 hour import. You'll see the frequent calls to the login endpoint.
I've gotten a new Oauth token via the credential record the import ultimately uses, but I shouldn't have to do that if I understand how this import/connector works. Has anyone seen this before? Is there somewhere I can look to see why this all of sudden started occurring?
The connector was setup and configured out of the box as per online doc. I've looked at the connector's script includes, data streams, etc. to see if there was any reason this started happening. Nothing stood out.