From 36dd322209d475c86df0d500f917b18babb3285f Mon Sep 17 00:00:00 2001 From: Scott Gress Date: Tue, 4 Nov 2025 16:23:38 -0600 Subject: [PATCH] Add changelog for end-user auth before enrollment (#35180) **Related issue:** For #34528 # 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. --- orbit/changes/34528-support-end-user-auth | 1 + 1 file changed, 1 insertion(+) create mode 100644 orbit/changes/34528-support-end-user-auth diff --git a/orbit/changes/34528-support-end-user-auth b/orbit/changes/34528-support-end-user-auth new file mode 100644 index 0000000000..9e56e77d84 --- /dev/null +++ b/orbit/changes/34528-support-end-user-auth @@ -0,0 +1 @@ +- Added support for requiring end-user authentication before enrolling Windows and Linux devices.