CMDBuild Forum

Eternal CMDBuild-Authorization token

Hello,

I'm not able to understand from the administrator documentation if the "service" and "privileged" options of a user will cause a session token not to be expired.

We need a token that will work forever for API communication.

Thanks

Best regards

Alexandre Juma

In CMDBuild 2.x the session duration is the one specified in the Administration Module, Setup, General options, Session timeout.

It is expressed in seconds but accepts values of type "integer", therefore also high.

However, it is not differentiable between normal users and service users.

In our wishlist for version 3.x there is the proposal to differentiate the session between the two types of users.
CMDBuild Team
Thanks for the quick response.
 
Assuming you're refering to a JAVA 32 bit Integer, MAX_VALUE is 2147483647 seconds, or about 68 years.
 
Am I assuming correctly?
 
Best regards
Alexandre Juma
 
Previously Tecnoteca wrote:

In CMDBuild 2.x the session duration is the one specified in the Administration Module, Setup, General options, Session timeout.

It is expressed in seconds but accepts values of type "integer", therefore also high.

However, it is not differentiable between normal users and service users.

In our wishlist for version 3.x there is the proposal to differentiate the session between the two types of users.
CMDBuild Team