Setting | Description |
---|---|
Idle Session Lifetime | Timeframe (in minutes) after which a user’s session will expire if they haven’t interacted with the Authorization Server. Will be superseded by system limits if over 4,320 minutes (3 days) for Essential or Professional or 144,000 minutes (100 days) for enterprise plans. |
Maximum Session Lifetime | Timeframe (in minutes) after which a user will be required to log in again, regardless of their activity. Will be superseded by system limits if over 43,200 minutes (30 days) for Essential or Professional or 525,600 minutes (365 days) for enterprise plans. |
PATCH
call to the Tenant Settings endpoint. Be sure to replace MGMT_API_ACCESS_TOKEN
, SESSION_LIFETIME
, and IDLE_SESSION_LIFETIME
placeholder values with your Management API , session lifetime value, and idle session lifetime value, respectively.
Value | Description |
---|---|
MGMT_API_ACCESS_TOKEN | Access Token for the Management API with the scope update:tenant_settings . |
IDLE_SESSION_LIFETIME_VALUE | Timeframe (in hours) after which a user’s session will expire if they haven’t interacted with the Authorization Server. Will be superseded by system limits if over 72 hours (3 days) for Essential or Professional or 2,400 hours (100 days) for enterprise plans. |
SESSION_LIFETIME_VALUE | Timeframe (in hours) after which a user will be required to log in again, regardless of their activity. Will be superseded by system limits if over 720 hours (30 days) for Essential or Professional or 8,760 hours (365 days) for enterprise plans. |