4.1.2.1 Discovery Example Response using Federated Authentication

The following snippet demonstrates the call to the Discovery output message using <AuthPolicy> "Federated".

 <s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope"
    xmlns:a="http://www.w3.org/2005/08/addressing">
   <s:Header>
     <a:Action s:mustUnderstand="1">
       http://schemas.microsoft.com/windows/management/2012/01/enrollment/IDiscoveryService/DiscoverResponse
     </a:Action>
     <ActivityId>
       d9eb2fdd-e38a-46ee-bd93-aea9dc86a3b8
     </ActivityId>
     <a:RelatesTo>urn:uuid: 748132ec-a575-4329-b01b-6171a9cf8478</a:RelatesTo>
   </s:Header>
   <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema">
     <DiscoverResponse
        xmlns="http://schemas.microsoft.com/windows/management/2012/01/enrollment">
       <DiscoverResult>
         <AuthPolicy>Federated</AuthPolicy>
         <EnrollmentVersion>3.0</EnrollmentVersion>
         <EnrollmentPolicyServiceUrl>
           https://enrolltest.contoso.com/ENROLLMENTSERVER/DEVICEENROLLMENTWEBSERVICE.SVC
         </EnrollmentPolicyServiceUrl>
         <EnrollmentServiceUrl>
           https://enrolltest.contoso.com/ENROLLMENTSERVER/DEVICEENROLLMENTWEBSERVICE.SVC
         </EnrollmentServiceUrl>
         <AuthenticationServiceUrl>
           https://portal.manage.contoso.com/LoginRedirect.aspx
         </AuthenticationServiceUrl>
       </DiscoverResult>
     </DiscoverResponse>
   </s:Body>
 </s:Envelope>