Skip to content

Commit 859236c

Browse files
committed
update docs
1 parent 1e9b547 commit 859236c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/operations-guide.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ Enables the authentication proxy and reverse proxies HTTP requests from the serv
173173

174174
* reply with zero-length DigestChallenge for UserAuthenticate
175175

176-
By default NanoMDM will response to the `UserAuthenticate` message with an HTTP 410 response effectively declining management of the MDM user. Enabling this option turns on the "zero-length" Digest Challenge mode where reply with an empty Digest Challenge to enable management each time a client enrolls. See also [Apple's discussion of UserAthenticate](https://developer.apple.com/documentation/devicemanagement/userauthenticate#discussion) for more information.
176+
By default NanoMDM will respond to a `UserAuthenticate` message with an HTTP 410. This effectively declines management of that the user channel for that MDM user. Enabling this option turns on the "zero-length" Digest Challenge mode where NanoMDM replies with an empty Digest Challenge to enable management each time a client enrolls.
177+
178+
Note that the `UserAuthenticate` message is only for "directory" MDM users and not the "primary" MDM user enrollment. See also [Apple's discussion of UserAthenticate](https://developer.apple.com/documentation/devicemanagement/userauthenticate#discussion) for more information.
177179

178180
## HTTP endpoints & APIs
179181

0 commit comments

Comments
 (0)