
SilvioV.54472 (Customer) asked a question.
Alexa token expire and refresh_token
Hi,
I have successfully completed an alexa skill, everything works for 24 hours, then the okta token expires and is not renewed automatically.
I have already flagged the refrsh_token in okta settings.

Hi Silvio,
Have you added the offline_access, Scope in the request ? This scope must be added in the /authorize EndPoint request. Then only OKTA issues the Refresh Token. Please check that as well.
yes, but not work.