You can now configure your Automation Orchestrator options such as the authentication provider with the Automation Orchestrator Appliance command line interface (CLI) only as the earlier existing configuration options in the Control Center have been removed.
vracli vro authenticationvracli vro authentication wizardSelect the type of the authentication provider:1. VMware Aria Automation2. vSphere1Enter the hostname for the authentication provider: Aria_Automation_FQDN
Enter an administrator username to authenticate with the provider: Admin_Username
Enter the password for Admin_Username:Do you wish to accept the certificate? [y/N]: yvracli vro authenticationRun the following command to start the guided wizard and configure the authentication provider:vracli vro authentication wizard
Select the type of the authentication provider:1. VMware Aria Automation2. vSphere2Enter the hostname for the authentication provider: vCenter_FQDNEnter an administrator username to authenticate with the provider: [email protected]Enter the password for [email protected]:Enter the domain for the Administrator group (i.e. vsphere.local): vsphere.localEnter the Administrator group name: AdministratorsDo you wish to accept the certificate? [y/N]: yvracli vro authentication command to check the current configuration.# vracli vro authentication{ "com.vmware.o11n.sso.redirect.uri": "https://vRO_FQDN/vco/", "com.vmware.o11n.sso.token.lifetime": "2592000", "com.vmware.o11n.sso.svcaccount": "####-########-####-####-####-############", "ch.dunes.authentication.provider": "vsphere", "vco.sso.ssl.certificate": "vco.vsphere.lookup-service.ssl.certificate", "com.vmware.o11n.sso.admin.group.name": "Administrators", "com.vmware.o11n.sso.clock.tolerance.sec": "600000", "vco.vsphere.lookup-service.cert.alias": "vco.vsphere.lookup-service.ssl.certificate", "com.vmware.o11n.sso.default.tenant": "vsphere.local", "com.vmware.o11n.sso.token.renew.count": "10", "vco.vsphere.lookup-service.url": "https://vCenter_FQDN/lookupservice/sdk", "com.vmware.o11n.sso.svcaccount.password": "##############################", "com.vmware.o11n.sso.admin.user.name": "[email protected]", "com.vmware.o11n.sso.serviceprovider-host": "https://vRO_FQDN", "com.vmware.o11n.sso.admin.group.domain": "vsphere.local"vracli vro authentication wizard command does not work, you can use the following command to set up vCenter as the authentication provider.vracli vro authentication set -p vsphere -hn https://vCenter_FQDN -u [email protected] --tenant vsphere.local --admin-group Administrators --admin-group-domain vsphere.local