{"id":26701195,"url":"https://github.com/tools4everbv/helloid-conn-prov-source-hublo","last_synced_at":"2025-03-27T01:18:57.124Z","repository":{"id":276770977,"uuid":"930238359","full_name":"Tools4everBV/HelloID-Conn-Prov-Source-Hublo","owner":"Tools4everBV","description":"Hublo - Source","archived":false,"fork":false,"pushed_at":"2025-02-10T10:11:11.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-10T11:23:24.615Z","etag":null,"topics":["cloud","hrm","provisioning","source"],"latest_commit_sha":null,"homepage":null,"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":"2025-02-10T10:01:27.000Z","updated_at":"2025-02-10T10:13:47.000Z","dependencies_parsed_at":"2025-02-10T11:23:27.496Z","dependency_job_id":"e1b18e5f-2b33-4e8c-b78e-e6802f999b70","html_url":"https://github.com/Tools4everBV/HelloID-Conn-Prov-Source-Hublo","commit_stats":null,"previous_names":["tools4everbv/helloid-conn-prov-source-hublo"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Conn-Prov-Source-Hublo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Conn-Prov-Source-Hublo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Conn-Prov-Source-Hublo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Conn-Prov-Source-Hublo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tools4everBV","download_url":"https://codeload.github.com/Tools4everBV/HelloID-Conn-Prov-Source-Hublo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245761302,"owners_count":20667896,"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":["cloud","hrm","provisioning","source"],"created_at":"2025-03-27T01:18:56.754Z","updated_at":"2025-03-27T01:18:57.115Z","avatar_url":"https://github.com/Tools4everBV.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HelloID-Conn-Prov-Source-HUBLO\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/2025/02/LogoHublo.png\" width=\"200\"\u003e\n\u003c/p\u003e\n\nHelloID provisioning source connector for Hublo On-Premises based on .csv file import.\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 HUBLO is through an exported csv file true sftp.\n\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 Hublo application.\n\nConnecting to Hublo is done using the exported csv file.\nThis export option needs to be requested to Hublo Team.\n\n### Mappings\nA  person and contract mapping is provided.\nBefore Importing the connector you need to add custom fields in the HelloID Vault.\nBelow the list of custom fields to add:\n\n\u003cp align=\"left\"\u003e\n  \u003cimg src=\"https://github.com/Tools4everBV/HelloID-Conn-Prov-Source-HUBLO/raw/main/assets/Custom fields.png\" width=\"300\"\u003e\n\u003c/p\u003e\n\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-HUBLO/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-hublo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftools4everbv%2Fhelloid-conn-prov-source-hublo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftools4everbv%2Fhelloid-conn-prov-source-hublo/lists"}