Hi All,
We are using JWT acces token to call Adobe I/O for Analytics. Since access token expires after 24 hours, currently we have to manually generate it.Can you please suggest how the token can be refreshed "programmatically".
Hi @tmj , I have raise this issue with Adobe support team and they are looking into this.Meanwhile I will try to implement the (JWT) credential.Thank you for you help
@tmj Is there any way to handle this scenario ? Currently we have to manually regenerate the token from postman and feed it into our application after every 14 days.
Hi Manik, I created the new project and used newly generated OAuth credentials to fetch fresh set of access_token and refresh_token but it is still repeatedly returning the same refresh_token .
We are trying to get new refresh_token and access_token using existing refresh_token. Every time it returns the same refresh_token but less validity left. After sometime refresh_token will be not valid anymore.Can someone suggest how to generate new refresh_token with more validity. Note :- We have ...