How does servicenow OAuth Entity profile automatically refresh the access token?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I have setup the sharepoint online integration connection with grant type as client credential, when I click on the "Get oAuth token" then the client system has given a access token alone with 1hr of validity. But i'm wondering from then how it is getting automatically refreshed without doing anything. can anyone explain what configuration is done in behind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
it's behind the scene logic.
-> It's automated as you are storing client ID and client secret
-> When the access token expires, ServiceNow automatically uses the client credentials (client ID + secret) to request a fresh access token from the OAuth provider (SharePoint Online) behind the scenes.
good explanation here
Auto Refresh OAuth Access Token
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader