Provisioning Schema::authentication


Element that encapsulates authentication credentials for a provisioning request. This element is part of the provisioning schema of Microsoft® Provisioning Framework (MPF).

Authentication credentials can either be passed with the request or automatically generated by MPF based on the security context for the calling user. MPF uses these credentials to authorize access to namespaces and procedures and to external services such as Microsoft® Active Directory®.

Parent

securityContext

Children

basic (minOccurs="0" maxOccurs="1")
passport (minOccurs="0" maxOccurs="1")

Example

<securityContext>
  <authentication>
	<basic domain="vlabmpf" username="administrator" password="ghy3417j"/>
  </authentication>
</securityContext>

See also

Request Example, Security, XML Schema for Requests


Up Top of Page
© 1999-2002 Microsoft Corporation. All rights reserved.