alfresco-js-api icon indicating copy to clipboard operation
alfresco-js-api copied to clipboard

How to get the ticket expiration time?

Open THPubs opened this issue 6 years ago • 5 comments

Let's say I'm working with multiple Alfresco instances and I don't know the ticket expiration time set in those instances. Now how can I get the expiration time using the JS API?

THPubs avatar Dec 26 '19 09:12 THPubs

I don't think you can

eromano avatar Dec 27 '19 18:12 eromano

Any possibility of implementing this feature in the future?

THPubs avatar Dec 28 '19 04:12 THPubs

Can you tell me more about the problem you are trying to solve?

eromano avatar Dec 28 '19 12:12 eromano

@eromano I'm trying to store the ticket in my back end so that it never gets exposed in to the front. When storing in the back, I'm trying to set an expiration time for the ticket.

THPubs avatar Dec 30 '19 15:12 THPubs

@THPubs the expiration settings are configured at the backend side already, in the ACS properties files, no?

DenysVuika avatar May 28 '21 17:05 DenysVuika