From ded72eb5829e0fa97b2e24d9064ea1e921fee991 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Thu, 25 Sep 2025 15:29:53 -0400 Subject: [PATCH] macOS setup experience: End user auth before BYOD Android enrollment (#33461) - @noahtalerman: It looks like end user auth before BYOD Android enrollment is supported. Added in this story: - https://github.com/fleetdm/fleet/issues/29222 --- articles/macos-setup-experience.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/macos-setup-experience.md b/articles/macos-setup-experience.md index d9f43ff65f..e93ada9550 100644 --- a/articles/macos-setup-experience.md +++ b/articles/macos-setup-experience.md @@ -30,7 +30,7 @@ Using Fleet, you can require end users to authenticate with your identity provid ### End user authentication -You can enforce end user authentication during automatic enrollment (ADE) for Apple (macOS, iOS, iPadOS) hosts and manual enrollment for personal (BYOD) iOS and iPadOS hosts (Android coming soon). +You can enforce end user authentication during automatic enrollment (ADE) for Apple (macOS, iOS, iPadOS) hosts and manual enrollment for personal (BYOD) iOS, iPadOS, and Android hosts. 1. Create a new SAML app in your IdP. In your new app, use `https:///api/v1/fleet/mdm/sso/callback` for the SSO URL. If this URL is set incorrectly, end users won't be able to enroll. On iOS hosts, they'll see a "This screen size is not supported yet" error message.