mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-18 11:53:37 +00:00
Updates to discovery page
This commit is contained in:
@ -128,7 +128,7 @@ This article outlines the schema structure for the HTTP request and response bod
|
||||
{
|
||||
"upn" : "johndoe@contoso.com",
|
||||
"emmDeviceId" : "00000000-0000-0000-0000-000000000000",
|
||||
"enrollmentType" : "WPJ",
|
||||
"enrollmentType" : "User",
|
||||
"osVersion" : "10.0.00000.0"
|
||||
}
|
||||
```
|
||||
@ -193,5 +193,5 @@ WinDC enrollment requires different authentication mechanisms for Microsoft Entr
|
||||
|
||||
## 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.
|
Reference in New Issue
Block a user