Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tools4everbv/helloid-conn-prov-target-salesforce-apex-rest
HelloID-Conn-Prov-Target-SalesForce-Apex-Rest
https://github.com/tools4everbv/helloid-conn-prov-target-salesforce-apex-rest
apex crm provisioning rest-api salesforce target
Last synced: 16 days ago
JSON representation
HelloID-Conn-Prov-Target-SalesForce-Apex-Rest
- Host: GitHub
- URL: https://github.com/tools4everbv/helloid-conn-prov-target-salesforce-apex-rest
- Owner: Tools4everBV
- Created: 2021-07-22T09:30:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T14:31:20.000Z (about 1 year ago)
- Last Synced: 2024-11-10T22:35:36.534Z (2 months ago)
- Topics: apex, crm, provisioning, rest-api, salesforce, target
- Language: PowerShell
- Homepage:
- Size: 237 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelloID-Conn-Prov-Target-SalesForce-Apex-Rest
| :information_source: 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. |
## Table of contents
- [Introduction](#Introduction)
- [Getting started](#Getting-started)
+ [Connection settings](#Connection-settings)
+ [Prerequisites](#Prerequisites)
+ [Supported PowerShell versions](#Supported-PowerShell-versions)
- [Getting help](#Getting-help)
- [HelloID Docs](#HelloID-Docs)## Introduction
The _HelloID-Conn-Prov-Target-SalesForce_ connector creates/updates user accounts in SalesForce. The SalesForce API is based on the Salesfoce Apex Rest API. https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_what_is_rest_api.htm
> For the Scim connector version see: https://github.com/Tools4everBV/HelloID-Conn-Prov-Target-Salesforce-SCIM
> 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
## Getting started
### Connection settings
The following settings are required to connect to the API.
| Setting | Description |
| ------------ | ----------- |
| ClientID | The client id of the connected application used for API. |
| ClientSecret | The client secret of the connected application used for API. |
| AdminUserName | The username of the Salesforce system admin account.
| AdminPassword | The password of the Salesforce system admin account. |
| SecurityToken | The security token of the Salesforce system admin account. |
| BaseUrl | The URL to the Salesforce application. |
| APIVersion | The API version. e.g. v42.0. |
| Enable TLS 1.2 | Enables the connection to use TLS 1.2 |### Prerequisites
- When using the HelloID On-Premises agent, Windows PowerShell 5.1 must be installed.
### Supported PowerShell versions
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.
## Getting help
> _For more information on how to configure a HelloID PowerShell connector, please refer to our [documentation](https://docs.helloid.com/hc/en-us/articles/360012518799-How-to-add-a-target-system) pages_
> _If you need help, feel free to ask questions on our [forum](https://forum.helloid.com)_
## HelloID Docs
The official HelloID documentation can be found at: https://docs.helloid.com/