Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tools4everbv/helloid-conn-prov-source-pleiades
Pleiades - Source
https://github.com/tools4everbv/helloid-conn-prov-source-pleiades
hrm on-premise provisioning source
Last synced: 10 days ago
JSON representation
Pleiades - Source
- Host: GitHub
- URL: https://github.com/tools4everbv/helloid-conn-prov-source-pleiades
- Owner: Tools4everBV
- Created: 2024-12-20T15:16:21.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2024-12-20T15:39:19.000Z (16 days ago)
- Last Synced: 2024-12-20T16:30:17.995Z (16 days ago)
- Topics: hrm, on-premise, provisioning, source
- Language: PowerShell
- Homepage:
- Size: 2.4 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelloID-Conn-Prov-Source-PLEIADES
HR system mostly used by Hospitals in France| :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. |
HelloID provisioning source connector for PLEIADES On-Premises based on Oracle DB queries.
Please remember This is the first version of this connector. Any feedback will be appreciated!## Table of Contents
* [Introduction](#introduction)
* [Getting Started](#getting-started)
* [Mappings](#mappings)
* [Scope](#scope)
* [Setup the PowerShell connector](#setup-the-powershell-connector)
* [HelloID Docs](#helloid-docs)
* [Getting Help](#getting-help)## Introduction
The interface to communicate with PLEIADES On-Premises is through a set of Oracle or SQL DB queries.For this connector we use the Oracle database and queries.
## Getting Started
By using this connector you will have the ability to retrieve employee and contract data from the PLEIADES HR system.
Connecting to PLEIADES is done using the full Oracle DB client.
Please see the following page from the Oracle Docs for more information.[Oracle Database Client Installation Guide](https://docs.oracle.com/cd/E11882_01/install.112/e47959/install.htm#NTCLI1280)
### Mappings
A person and contract mapping is provided.
Before Importing the connector you need to add custom fields in the HelloID Vault.
Below the list of custom fields to add:
### Scope
The data collection retrieved by the queries is a default set which is sufficient for HelloID to provision persons.
The queries can be changed by the customer itself to meet their requirements.## Setup the PowerShell connector
1. Add a new 'Source System' to HelloID and make sure to import all the necessary files.
- [ ] configuration.json
- [ ] mapping.json
- [ ] persons.ps1
- [ ] departments.ps12. Fill in the required fields on the 'Configuration' tab.
## HelloID Docs
The official HelloID documentation can be found at: https://docs.helloid.com/## 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/360012557600-Configure-a-custom-PowerShell-source-system) pages
If you need help, feel free to ask questions on our [forum](https://forum.helloid.com)