Skip to content

Tools4everBV/HelloID-Conn-Prov-Target-ProActive-SpendCloud

Repository files navigation

HelloID-Conn-Prov-Target-ProActive

ℹ️ 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

HelloID target connector for ProActive. This target connector uses a SQLite database as the intermediate step for the actual export to CSV. The new persons are placed in this database and possibly updated if required. When a person no longer gets access to ProActive, the persons are also deleted from this database.

To finally send the persons to ProActive, a Service Automation task is running from a schedule and creates an export in CSV with the required data to create, manage or delete the accounts in ProActive.

The fields that are exported are "email, voornamen, achternaam, adfs_login".

A CSV import job has to be created in ProActive for this connector to work.

Getting started

Connector settings

The following custom connector settings are available and required:

Setting Description
SQLITE DATABASE FILE The SQLite database file on the On-Premise server. Please fill the complete path (e.g. "D:\HelloID\SQLite\Database\ProActive.db")
VERBOSE LOGGING Enable or Disable the Verbose logging of the script

Prerequisites

  • This connector requires an On-Premise HelloID Agent
  • Using the HelloID On-Premises agent, Windows PowerShell 5.1 must be installed.
  • Installation of SQLite must be done on the On-Premise server which runs the HellloID Agent
  • Installation of SQLite can be done by running the install.ps1 script.

Supported PowerShell versions

The connector is created for Windows PowerShell 5.1. This means that the connector can not be executed in the cloud and requires an On-Premises installation of 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 pages

If you need help, feel free to ask questions on our forum

HelloID Docs

The official HelloID documentation can be found at: https://docs.helloid.com/