fleet/server/sso
Ian Littman 3b340ee26f
Allow configuring SSO timeout (both standard and MDM SSO), replacing hard-coded 5-minute validity period (#29854)
For #29614.

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files)
for more information.
- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- For new Fleet configuration settings
- [x] Verified that the setting can be managed via GitOps, or confirmed
that the setting is explicitly being excluded from GitOps. - Excluded
from GitOps (env var)
- [x] Added/updated automated tests
- [x] Manual QA for all new/changed functionality
2025-06-10 10:45:00 -05:00
..
authorization_request.go Allow configuring SSO timeout (both standard and MDM SSO), replacing hard-coded 5-minute validity period (#29854) 2025-06-10 10:45:00 -05:00
authorization_request_test.go Allow configuring SSO timeout (both standard and MDM SSO), replacing hard-coded 5-minute validity period (#29854) 2025-06-10 10:45:00 -05:00
authorization_response.go lowercase DisplayName attributes when reading SSO response (#12545) 2023-06-28 12:19:13 -03:00
authorization_response_test.go lowercase DisplayName attributes when reading SSO response (#12545) 2023-06-28 12:19:13 -03:00
session_store.go return a 4xx error if a SSO session is not found (#12211) 2023-06-07 21:12:44 -03:00
session_store_test.go return a 4xx error if a SSO session is not found (#12211) 2023-06-07 21:12:44 -03:00
settings.go Allow configuring SSO timeout (both standard and MDM SSO), replacing hard-coded 5-minute validity period (#29854) 2025-06-10 10:45:00 -05:00
settings_test.go gate DEP enrollment behind SSO when configured (#11309) 2023-04-27 09:43:20 -03:00
types.go Merge pull request from GHSA-ch68-7cf4-35vr 2022-02-02 15:50:09 -08:00
validate.go Merge commit from fork 2025-03-05 07:31:17 -06:00
validate_test.go Merge pull request from GHSA-ch68-7cf4-35vr 2022-02-02 15:50:09 -08:00