Hi
David Millington replied on my post on FaceBook how to keep access token alive and avoid user login again.
I haven’t used this, but this sort of system usually comes with a “refresh token” as well, which you use when the existing token has expired to get a new one without the full authentication process (user never sees it.) it’s secure, robust, and invisible to the user.
Check if that’s available for Azure, and if the TMS control implements it. If not then ping TMS and ask, they might add it!
So I am confused. I understand the access token last about one hour. Refresh token last 90 days. I use refresh token to get a valid access token and user don't need to login. That sounds perfect.
What are the steps to accomplish this ?
Is there any documentation or examples about this ?