Directory Services |
The Microsoft® Active Directory® directory service schema defines a serviceConnectionPoint (SCP) object class to make it easy for a service to publish service-specific data in the directory. Clients of the service use the data in an SCP to locate, connect to, and authenticate an instance of your service.
This section provides an overview of service connection points and code examples that show how a client/service application uses SCPs.
The code example follows these steps to implement service publication with SCPs.
To create SCPs in the directory at service installation
For more information and a code example that performs these steps, see Creating a Service Connection Point.
To update the SCP attributes at service startup
For more information and a code example that performs these steps, see Updating a Service Connection Point.
To find and use an SCP by a client application
For more information and a code example that performs these steps, see How Clients Find and Use a Service Connection Point.
For more information about what roles can create and update an SCP, see Security Issues for Service Publication.
For more information about where to create an SCP, see Where to Create a Service Connection Point.
For more information about the kind of data to store in an SCP, see Service Connection Point Properties.
For more information about how a service installer and the service work together to maintain current data in an SCP, see Creating and Maintaining a Service Connection Point.