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

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

external authentication, ticket expiry

Avatar

Level 4

when i'm doing external authentication to get a token, does the same token always get returned to me for the user/room pair?  or does it expire after a certain point and a new one is generated?

0 Replies

Avatar

Employee

It expires when the room instance ends or when you call the session invalidate method.

Avatar

Level 4

so there's no way for me to "cache" these tokens? i ask because the external authentication step is rather slow. it takes a long time, 10 seconds, to enter a room, and seems like a lot of the processing time is on the adobe end. any other way to speed this up? thanks for the response raff.

Avatar

Level 4

hey raff, any input on my last question?