One change
Installation and setup
third-party/claude-desktop/installation
Nearest release: v2.1.239, published an hour before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
third-party/claude-desktop/installation Changed · +6 / -6 lines
from line 45
Configuration reaches devices in one of two ways. Both typically use your MDM tooling to push a profile; the difference is what the profile contains. -| | MDM profile | Bootstrap server | -| -------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | -| What you deploy to devices | The full configuration, exported as a `.mobileconfig` or `.reg` profile | A minimal profile containing only the bootstrap keys (`bootstrapUrl`, optionally `bootstrapOidc`) | -| Where settings live | In the profile, identical for every device the profile targets | On an HTTPS endpoint you operate, which returns each user's configuration at sign-in | -| Per-user values | Separate profiles per device group | The server keys its response to the signed-in user | -| Changing settings | Export and push an updated profile | Change your server's response; devices pick it up at the next fetch, with no profile push | +| | MDM profile | Bootstrap server | +| -------------------------- | ----------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | +| What you deploy to devices | The full configuration, exported as a `.mobileconfig` or `.reg` profile | A minimal profile containing only the bootstrap keys (`bootstrapUrl`, optionally `bootstrapOidc` or request headers) | +| Where settings live | In the profile, identical for every device the profile targets | On an HTTPS endpoint you operate, which returns each user's configuration at sign-in | +| Per-user values | Separate profiles per device group | The server keys its response to the signed-in user | +| Changing settings | Export and push an updated profile | Change your server's response; devices pick it up at the next fetch, with no profile push | Choose an MDM profile when one configuration, or a few group-scoped profiles, covers your fleet. Most MDMs support role-based distribution, so per-group configuration doesn't require a bootstrap server.