Service graph Connector for Intune - How does the oauth token gets refreshed ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2022 06:50 AM
Hi,
I am currently working on configuring the Intune service graph connector to import asset data into our servicenow instances.
I did follow all the steps in the guided set-up. The OAuth token was generated and the import worked fine.
However, once the token expires, the import fails (which is expected).
My question is, does the token get refreshed/generated automatically or do we need to build any flow/process to regenerate the same? I did set up the "
Appreciate any insight ..
Thanks in Advance.
- Labels:
-
Service Graph
-
Service Graph Connector

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2022 07:04 AM
Hi,
What is the value of Refresh token Lifespan? Token expires after this duration and you need to re generate the token and update.
You can increase this value, but you should follow a maintenance cycle to refresh the token regularly.
Thank you,
Palani
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 07:41 AM
yeah I was wondering whether graph connector would automatically regenerate / refresh the token without any manual intervention.