ℹ️ Information |
---|
This repository contains the connector and configuration code only. The implementer is responsible to acquire the connection details such as username, password, certificate, etc. You might even need to sign a contract or agreement with the supplier before implementing this connector. Please contact the client's application manager to coordinate the connector requirements. |
The HelloID-Conn-Prov-Target-SalesForce connector creates/updates user accounts in SalesForce. The SalesForce API is a scim based (http://www.simplecloud.info) API.
The code used for this connector is based on the https://github.com/Tools4everBV/HelloID-Conn-Prov-Target-Generic-Scim generic scim connector.
Note that this connector has not been tested on a SalesForce implementation. Changes might have to be made to the code according to your requirements
The following settings are required to connect to the API.
Setting | Description | Mandatory |
---|---|---|
ClientID | The ClientID to the Salesforce SCIM API | Yes |
ClientSecret | The ClientSecret to the Salesforce SCIM API | Yes |
UserName | The UserName to the Salesforce SCIM API | Yes |
Password | The Password to the Salesforce SCIM API | Yes |
BaseUrl | The BaseUrl to the Salesforce environment. e.g. [https://customer.my.salesforce.com] | Yes |
AuthenticationUri | The URI to retrieve the oAuth token. e.g [https://test.salesforce.com/services/oauth2/token] | Yes |
- When using the HelloID On-Premises agent, Windows PowerShell 5.1 must be installed.
The connector is created for both Windows PowerShell 5.1 and PowerShell Core. This means that the connector can be executed in both cloud and on-premises using the HelloID Agent.
Older versions of Windows PowerShell are not supported.
_For more information on how to configure a HelloID PowerShell connector, please refer to our documentation
_If you need help, feel free to ask questions on our forum
The official HelloID documentation can be found at: https://docs.helloid.com/