- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2019 03:41 AM
Hi,
currently i am working on integration with oAuth configuration and everything is working fine.
Now i see a message "OAuth Refresh token is available and will expire at 2019-11-24 17:12:29."
Can anyone please help me how to make auto refresh the token ?
Solved! Go to Solution.
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2019 04:22 AM
Hi,
See below link:
Thanks,
Ashutosh Munot

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2019 04:22 AM
Hi,
See below link:
Thanks,
Ashutosh Munot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2019 02:44 AM
Hi Shaik,
Every time when you hit this endpoint for getting the access token you would get the refresh token
http://<instance-name>.service-now.com/oauth_token.do
I would suggest to use access_token instead of refresh_token whenever you hit the actual endpoint
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2019 09:53 AM
Ankur,
Can you please help where do i need to set this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2019 10:09 AM
Hi Shaik,
so you must be having the actual endpoint to hit; before hitting that you need to hit the above endpoint to get the access token and then get that access token in actual endpoint
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader