Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

JacobMiller
JacobMiller
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by JacobMiller
Customize the badges you want to showcase on your profile
Re: JWT access token: How can I change the expiration? - Adobe Analytics 25-03-2020
I'm also having trouble getting this to work correctly. Following Adobe's guidelines, 'exp' should be set as POSIX time (seconds since the Epoch).That can be implemented in Javascript like this: const thirtyMinutesFromNowInSeconds = (Date.now() / 1000) + 30 * 60; However, changing the seconds affects the access token response very little. It seems that no matter what I enter, I get expires_in: 86399995 as the response.Building on this, I think the 'expires_in' parameter returned in the access to...

Views

29.7K

Likes

0

Replies

0
Likes given to
Likes from