Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

API

Avatar

Level 9

The access token (jwt) which expires after 24 hrs, is it possible to make it not expire?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @mmbb110,

 

You won't be able to extend the expiry of tokens rather you will have to validate the token expiry and if it's expired generate new one programmatically using the adobe i/o library provided each time when making a call to adobe i/o.

 

Thanks, Sathees

Thanks, Sathees

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @mmbb110,

 

You won't be able to extend the expiry of tokens rather you will have to validate the token expiry and if it's expired generate new one programmatically using the adobe i/o library provided each time when making a call to adobe i/o.

 

Thanks, Sathees

Thanks, Sathees