Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tools4everbv/helloid-conn-prov-target-salesforce-scim
HelloID-Conn-Prov-Target-SalesForce
https://github.com/tools4everbv/helloid-conn-prov-target-salesforce-scim
crm provisioning salesforce scim target
Last synced: 4 days ago
JSON representation
HelloID-Conn-Prov-Target-SalesForce
- Host: GitHub
- URL: https://github.com/tools4everbv/helloid-conn-prov-target-salesforce-scim
- Owner: Tools4everBV
- Created: 2021-06-03T16:27:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T13:25:44.000Z (17 days ago)
- Last Synced: 2024-10-28T16:58:20.021Z (17 days ago)
- Topics: crm, provisioning, salesforce, scim, target
- Language: PowerShell
- Homepage:
- Size: 298 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelloID-Conn-Prov-Target-SalesForce-SCIM
| :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 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
## Getting started
### Connection settings
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 |### 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)
> _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/