- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2019 08:48 AM
Hi,
currently i am working on integration with oAuth configuration from Micrsoft Sharpeoint 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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2019 10:19 AM
The refresh token is used to 'refresh' the access token. So based on your token before the access token expires on 10/30/19 the system will use the refresh token (which is valid till 1/30/2020) to get a new valid access token which will then have a new exp date. The system will also manage the refresh token and will refresh it before it expires on 1/30/2020.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2019 09:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2019 09:59 AM
David,
You mean to say the Refresh token & Access token will autmatically extends ?
Currently when i navigate to Manage Token i see 2 records
1) Access Token Type - Expires: 10/30/2019
2) Refresh Token Type - Expires: 1/30/2020
So once it reached Refresh Token expire time will it automatically extends ?
Is there anyway i can test instead of waiting for 90 days ???

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2019 10:19 AM
The refresh token is used to 'refresh' the access token. So based on your token before the access token expires on 10/30/19 the system will use the refresh token (which is valid till 1/30/2020) to get a new valid access token which will then have a new exp date. The system will also manage the refresh token and will refresh it before it expires on 1/30/2020.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2019 11:18 AM
Is there any way we can test this ?