Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Configure client software distribution providers

Identify the provider and specify the workflows and extension points for a customized software distribution process.

Before you begin

Perform the development tasks described in the CSD Extension Implementation Guide before attempting this procedure.

Role required: sn_client_sf_dist.csd_admin, admin

Procedure

  1. Navigate to All > Client Software Distribution > Extensions > Providers.

  2. Click New.

  3. Complete the form using the fields in the table.

Image omitted: sccm-provider-ihub.png
Provider information
FieldDescription
NameDescriptive name of the provider.
Provider server tableTable name of the provider server. You must create this table as an extension of the Configuration Item \[cmdb\_ci\] table. For example, you might call your table Casper Server Instance \[cmdb\_ci\_casper\_server\_instance\].
Discovery flowFlow that discovers the provider server and returns the data from that server back to the instance. This is the flow you create with custom activities that query the provider server.
Software configuration tableTable name of the software configuration for this provider. You create this table as an extension of the Client Software Distribution Software Configuration \[sn\_client\_sf\_dist\_software\_config\] table. For example, you might create a table called Casper Software Configuration \[sn\_client\_sf\_dist\_casper\_sf\_config\].
Deployment extension keyThe SetDeploymentData key provided with CSD. This key sets up the data for the software ordering and deployment workflow.
Deployment flowFlow that deploys software from the provider server. This is the flow you created with custom activities that tells the provider where to deploy an application requested from the service catalog.
Revocation extension keyThe SetRevocationData key provided with CSD. This key sets up the data for installation revocation.
Revocation flowFlow that revokes an installation from a provider server. This is the flow you created with custom activities that tells the provider which application to remove from a device.
Use FlowOption to use Integration Hub flows for client software distribution. When this option isn't selected, Orchestration workflows are used for client software distribution.Note:

Parent Topic:Client software distribution extension framework