Service graph Connector for Intune - How does the oauth token gets refreshed ?

Sindhuja6
Tera Expert

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.

2 REPLIES 2

palanikumar
Giga Sage

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

Thank you,
Palani

yeah I was wondering whether graph connector would automatically regenerate / refresh the token without any manual intervention.