mirror of
https://github.com/fleetdm/fleet
synced 2026-05-15 13:08:42 +00:00
This change allows configuring a separate URL for SSO callbacks, which is useful when organizations have different URLs for admin access vs agent/API access. Fixes #31480 the SSO issue where organizations with dual URL setups were getting 'Destination does not match requested URL' errors after upgrading to v4.71.0 with the new SAML library. Video demo: https://www.youtube.com/watch?v=dFzNpUY3XKI # Checklist for submitter If some of the following don't apply, delete the relevant line. - [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. ## Testing - [x] Added/updated automated tests - [ ] QA'd all new/changed functionality manually ## New Fleet configuration settings - [x] Verified that the setting is exported via `fleetctl generate-gitops` - [x] Verified the setting is documented in a separate PR to [the GitOps documentation](https://github.com/fleetdm/fleet/blob/main/docs/Configuration/yaml-files.md#L485) - Same PR since this is going to be a 4.71.1 patch - [ ] Verified that the setting is cleared on the server if it is not supplied in a YAML file (or that it is documented as being optional) - [x] Verified that any relevant UI is disabled when GitOps mode is enabled <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Summary by CodeRabbit * **New Features** * Added support for configuring a dedicated SSO URL, allowing organizations to restrict SSO authentication to a specific URL. * The new SSO URL option is available in both the UI and API configuration settings. * **Documentation** * Updated configuration and API documentation to include the new SSO URL option with usage examples. * **Bug Fixes** * Resolved authentication issues for organizations using separate URLs for admin and agent/API access. * **Tests** * Added new unit and integration tests to verify SSO behavior with and without the dedicated SSO URL. <!-- end of auto-generated comment: release notes by coderabbit.ai --> |
||
|---|---|---|
| .. | ||
| .keep | ||
| 21754-fleetctl-api-body-support | ||
| 21973-better-unmarshal-type-errors | ||
| 25587-pkg-name-extraction | ||
| 26404-stale-false-positive | ||
| 26618-software-vuln-detected-dates | ||
| 27061-dedupe-cve | ||
| 27447-auto-install-queries-for-custom-msi-2 | ||
| 27580-vuln-counts | ||
| 27758-msi-unnstall | ||
| 27919-fma-versions | ||
| 27983-update-software | ||
| 28342-linux-escrow-error-report | ||
| 28818-tpm-backed-http-signatures | ||
| 28996-parse-cert-dn-with-slashes | ||
| 29250-force-filevault-on-login-for-manual-enrollments | ||
| 29286-sort-package-ids | ||
| 29315-manual-label-scoping | ||
| 29451-fix-doubled-banners | ||
| 29824-declarations-status-not-respected-with-remove-operations | ||
| 29824-delete-installs-that-has-not-reached-hosts | ||
| 29848-tooltip-missing-webhook-url | ||
| 29849-filter-linux-installers | ||
| 29994-use-comshim | ||
| 30109-fix-sql-like-clause | ||
| 30157-enable_software_inventory-default-true | ||
| 30197-automatic-install-policies | ||
| 30240-show-appropriate-status-actions | ||
| 30311-fix-race-cond-test | ||
| 30359-mdm-eula-url-extra-slash | ||
| 30390-cert-country | ||
| 30409-list-mdm-commands-sql | ||
| 30435-hash-for-policy-in-software-path | ||
| 30461-fleetd-generate-tpm-key | ||
| 30481-gitops-manual-label-no-hosts | ||
| 30565-cron-errors | ||
| 30636-apple-account-driven-user-enrollment | ||
| 30746-remove-unintended-broken-sort | ||
| 30749-primo-mode-expansion | ||
| 30797-argparse | ||
| 30853-gitops-secrets-validation | ||
| 31077-msi-uninstall | ||
| 31123-dcv-viewer-fix | ||
| 31143-hosts-gets-configured-before-profiles-are-sent | ||
| 31193-turn-on-ability-to-set-tpm-pin | ||
| 31232-ms-mde-7.0 | ||
| 31286-package-upgrade-fix | ||
| 31372-host-identity-cert-renewal | ||
| 31480-fix-sso-alternate-url | ||
| add-fmas | ||
| fleetd-extensions-support-arm64 | ||
| issue-25367-os-updates-page-permissions | ||
| issue-29410-turn-on-mdm-styles | ||
| issue-30782-updates-to-UI-for-personally-enrolled-devices | ||
| issue-31057-service-discovery-endpoint | ||
| update-go-1.24.5 | ||