2.2.4.5 IdentityProviderService

The IdentityProviderService type contains metadata about the identity server that is used by the DRS server.

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.DeviceRegistration.Entities

 <xs:element name="IdentityProviderService">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="PassiveAuthEndpoint" type="xs:anyURI" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

PassiveAuthEndpoint: The URL of the passive authentication endpoint of the identity provider.