Expand my Community achievements bar.

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?

3 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?