- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2023 09:56 AM
Hello all, I am building integration with third party tool using OAuth.
I have client credentials and I have created application registry, entity profile and all that as normal, but when I click on Get OAuth Token related link in oauth_2_0_credentials, I get message that Access token is available, but will expire in xxxx (hour from creation), but no refresh token is generated.
I have tried googling and searching community, but to no avail.
Of course, it is not possible that someone will go and click it every hour, so did someone else face similar issue? What can I do in this case?
Thank you for any help!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2023 10:41 AM
Hi,
Does your OAuth setup have offline_access or similar scope set? This often required to have a refresh token issued.
Regards,
Niklas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2023 10:41 AM
Hi,
Does your OAuth setup have offline_access or similar scope set? This often required to have a refresh token issued.
Regards,
Niklas