I have configured my tenant to have the below session lifetime values (eg. both set to 15 minutes) from the the Dashboard.
idle_session_lifetime=15
session_lifetime=15
I am now trying to update the tenant using the Management API, and I find that the integer value is accepted as HOURS and not minutes. Further, since this is validated as an INTEGER, it is not possible to set a value that is less than a full hour, or that is not a multiple of 60 minutes.
I have read the below closed topic, but the post seems to be innaccurate - the issue is not simply an inconsistency as stated there, but actually a shortcoming of the management API where it is not possible to use it to update a tenant unless that tenant has session lifetime values in exact multiples of 60 minutes.
Can you please clarify if there is a way to use the tenant API to set a 15 minute value, for instance?