By: Paul Frame user 09 Mar 2016 at 1:57 p.m. CST

3 Responses
Paul Frame gravatar
Logins for my users appear to be lasting an hour or less. How do I set the time to live for login tokens, and can I do it on a per-client basis?

By Mohib Zico staff 09 Mar 2016 at 2:07 p.m. CST

Mohib Zico gravatar
Dynamic registration client expiration time is set by "dynamicRegistrationExpirationTime":86400 property of oxAuth, it is in seconds. You can change the 'LifeTime' from oxTrust. Configurations -> JSON Configuration -> oxAuth Configuration

By Paul Frame user 09 Mar 2016 at 2:21 p.m. CST

Paul Frame gravatar
Okay I found the setting thank you. Based on the location of this setting, I'm assuming that the answer to the second half of my question is no.

By Mohib Zico staff 10 Mar 2016 at 7:41 a.m. CST

Mohib Zico gravatar
>> Based on the location of this setting, I'm assuming that the answer to the second half of my question is no. Nothing is impossible with Gluu Server. I guess you can modify ldap entry manually or develop some oxTrust feature which can does that for specific client.