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:
melpike 2026-04-14 11:03:29 -06:00 committed by GitHub
parent a8ed3494fc
commit 817adb0263
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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