{"id":21074440,"url":"https://github.com/tools4everbv/helloid-conn-prov-source-ciril","last_synced_at":"2025-07-08T21:36:00.992Z","repository":{"id":263491517,"uuid":"890575769","full_name":"Tools4everBV/HelloID-Conn-Prov-Source-Ciril","owner":"Tools4everBV","description":"CIRIL - Source","archived":false,"fork":false,"pushed_at":"2024-12-05T12:28:19.000Z","size":2478,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-20T22:37:28.404Z","etag":null,"topics":["hrm","on-prem","provisioning","rh","source"],"latest_commit_sha":null,"homepage":"https://www.ciril.net/","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tools4everBV.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-18T20:12:28.000Z","updated_at":"2024-12-05T12:28:22.000Z","dependencies_parsed_at":"2024-11-19T06:20:59.689Z","dependency_job_id":null,"html_url":"https://github.com/Tools4everBV/HelloID-Conn-Prov-Source-Ciril","commit_stats":null,"previous_names":["tools4everbv/helloid-conn-prov-source-ciril"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Conn-Prov-Source-Ciril","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Conn-Prov-Source-Ciril/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Conn-Prov-Source-Ciril/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Conn-Prov-Source-Ciril/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tools4everBV","download_url":"https://codeload.github.com/Tools4everBV/HelloID-Conn-Prov-Source-Ciril/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243517126,"owners_count":20303570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hrm","on-prem","provisioning","rh","source"],"created_at":"2024-11-19T19:16:12.049Z","updated_at":"2025-03-14T03:25:50.833Z","avatar_url":"https://github.com/Tools4everBV.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HelloID-Conn-Prov-Source-CIRIL\nHR system mostly used by Hospitals in France\n\n| :information_source: Information |\n|:---------------------------|\n| 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.       |\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://www.tools4ever.fr/wp-content/uploads/sites/3/2024/11/Ciril-Logo.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\nHelloID provisioning source connector for CIRIL On-Premises based on Oracle DB queries.\nPlease remember This is the first version of this connector. Any feedback will be appreciated!\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n## Table of Contents\n* [Introduction](#introduction)\n* [Getting Started](#getting-started)\n  * [Mappings](#mappings)\n  * [Scope](#scope)\n* [Setup the PowerShell connector](#setup-the-powershell-connector)\n* [HelloID Docs](#helloid-docs)\n* [Getting Help](#getting-help)\n\n## Introduction\nThe interface to communicate with CIRIL On-Premises is through a set of Oracle or SQL DB queries.\n\nFor this connector we use the Oracle database and queries.\n\n\u003c!-- GETTING STARTED --\u003e\n## Getting Started\n\nBy using this connector you will have the ability to retrieve employee and contract data from the CIRIL HR system.\n\nConnecting to CIRIL is done using the Oracle Data Access .dll. \nTo add the Oracle .dll, Copy/Paste the Oracle.ManagedDataAccess19.23.0.dll (located in directory assets https://github.com/Tools4everBV/HelloID-Conn-Prov-Source-Ciril/tree/main/assets) on HelloID agent server and specify is location in the HelloID source configuration tab\n\n### Mappings\nA basic person and contract mapping is provided. Make sure to further customize these accordingly.\n\n### Scope\n\nThe data collection retrieved by the queries is a default set which is sufficient for HelloID to provision persons.\nThe queries can be changed by the customer itself to meet their requirements.\n\n\u003c!-- USAGE EXAMPLES --\u003e\n## Setup the PowerShell connector\n\n1. Add a new 'Source System' to HelloID and make sure to import all the necessary files.\n\n    - [ ] configuration.json\n    - [ ] mapping.json\n    - [ ] persons.ps1\n    - [ ] departments.ps1\n\n2. Fill in the required fields on the 'Configuration' tab.\n\n\u003cp align=\"left\"\u003e\n  \u003cimg src=\"https://github.com/Tools4everBV/HelloID-Conn-Prov-Source-CIRIL/raw/main/assets/config.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\n## HelloID Docs\nThe official HelloID documentation can be found at: https://docs.helloid.com/\n\n## Getting help\n\nFor 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\n\nIf you need help, feel free to ask questions on our [forum](https://forum.helloid.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftools4everbv%2Fhelloid-conn-prov-source-ciril","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftools4everbv%2Fhelloid-conn-prov-source-ciril","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftools4everbv%2Fhelloid-conn-prov-source-ciril/lists"}