5.5.2

Table Of Contents
Option Description
vcoAdminGroup
An LDAP group (such as Domain Users) to which you grant
administrative privileges for Orchestrator
requestTimeout
The period within which the Orchestrator server sends a query to the
service directory, the directory searches, and sends a reply
dereferenceLinks
Allows all links to be followed before the search operation is performed
filterAttributes
Allows filtering of the attributes that the search returns
hostReachableTimeout
The timeout period for the test checking the status of the destination host
Register Orchestrator as a vCenter Single Sign-On Solution by Using the REST
API
You can register the Orchestrator server to work with a vCenter Single Sign-On server by running a
Configuration workflow or by using the REST API.
For information about configuring the vCenter Single Sign-On authentication service by using the
Orchestrator configuration interface, see “Configuring vCenter Single Sign-On Settings,” on page 41.
Procedure
1 Make a GET request at the URL of the Configure SSO Workflow service.
GET https://{vcoHost}:{port}/vco/api/workflows?conditions=name=Configure SSO
2 Retrieve the definition of the Configure SSO workflow.
GET
https://{vcoHost}:{port}/vco/api/workflows/9ff67fbc-411c-47c7-af80-c81b1215b516
3 Make a POST request at the URL that holds the execution objects of the Configure SSO workflow.
POST
https://{vcoHost}:{port}/vco/api/workflows/9ff67fbc-411c-47c7-af80-c81b1215b516/executions
4 Provide values for the input parameters of the workflow in an execution-context element in the request
body.
Option Description
mode
The authentication mode
ssoHost
The URL of the machine on which vCenter Single Sign-On is installed
ssoPort
The vCenter Single Sign-On server port
tokenServiceURL
The URL for the vCenter Single Sign-On token service interface
adminServiceURL
The URL for the vCenter Single Sign-On administration service interface
ssoAdminUser
The vCenter Single Sign-On administrator user name
ssoAdminPassword
The vCenter Single Sign-On administrator password
clockTolerance
The time difference between a client clock and a domain controller clock
vcoAdminGroup
The vCO Admin domain group
Installing and Configuring VMware vCenter Orchestrator
74 VMware, Inc.