Updates to discovery page

This commit is contained in:
Vinay Pamnani (from Dev Box)
2024-08-23 16:09:14 -06:00
parent 1c84f61104
commit 9604be8348

View File

@ -128,7 +128,7 @@ This article outlines the schema structure for the HTTP request and response bod
{ {
"upn" : "johndoe@contoso.com", "upn" : "johndoe@contoso.com",
"emmDeviceId" : "00000000-0000-0000-0000-000000000000", "emmDeviceId" : "00000000-0000-0000-0000-000000000000",
"enrollmentType" : "WPJ", "enrollmentType" : "User",
"osVersion" : "10.0.00000.0" "osVersion" : "10.0.00000.0"
} }
``` ```
@ -193,5 +193,5 @@ WinDC enrollment requires different authentication mechanisms for Microsoft Entr
## Error handling ## Error handling
- **UPNRequired**: If no UPN value is provided in the discovery request, the DS can set the `errorCode` in the response to trigger the client to retry the request with a UPN value provided. - **UPNRequired**: If no UPN value is provided in the discovery request, the DS can set the `errorCode` to **UPNRequired** in the response to trigger the client to retry the request with a UPN value, if available.
- **WINHTTP_QUERY_RETRY_AFTER**: The server can set this flag to configure the client request to retry after a specified delay. This flag is useful for handling timeout or throttling scenarios. - **WINHTTP_QUERY_RETRY_AFTER**: The server can set this flag to configure the client request to retry after a specified delay. This flag is useful for handling timeout or throttling scenarios.