mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Change default SSO session validity period to 15m (#43426)
Updated the default value for SSO session validity period from 5 minutes to 15 minutes in documentation to match actual default value.
This commit is contained in:
parent
a8ed3494fc
commit
817adb0263
1 changed files with 1 additions and 1 deletions
|
|
@ -868,7 +868,7 @@ How long an SSO authentication process can take between initiation and callback.
|
|||
|
||||
> Note: Once logged in, `session_duration` determines how long a user stays logged into Fleet.
|
||||
|
||||
- Default value: `5m` (5 minutes)
|
||||
- Default value: `15m` (15 minutes)
|
||||
- Environment variable: `FLEET_AUTH_SSO_SESSION_VALIDITY_PERIOD`
|
||||
- Config file format:
|
||||
```yaml
|
||||
|
|
|
|||
Loading…
Reference in a new issue