{"id":19504512,"url":"https://github.com/tools4everbv/helloid-conn-prov-target-sql","last_synced_at":"2026-05-12T20:07:11.000Z","repository":{"id":113211619,"uuid":"476863692","full_name":"Tools4everBV/HelloID-Conn-Prov-Target-SQL","owner":"Tools4everBV","description":"Microsoft SQL - Target","archived":false,"fork":false,"pushed_at":"2024-07-11T09:55:01.000Z","size":109,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-01-08T10:44:52.363Z","etag":null,"topics":["dei","provisioning"],"latest_commit_sha":null,"homepage":"","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":"2022-04-01T20:44:34.000Z","updated_at":"2024-07-11T09:55:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"3c7561c9-7e2a-46f2-8440-5032553437f0","html_url":"https://github.com/Tools4everBV/HelloID-Conn-Prov-Target-SQL","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Conn-Prov-Target-SQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Conn-Prov-Target-SQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Conn-Prov-Target-SQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Conn-Prov-Target-SQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tools4everBV","download_url":"https://codeload.github.com/Tools4everBV/HelloID-Conn-Prov-Target-SQL/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240754371,"owners_count":19852189,"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":["dei","provisioning"],"created_at":"2024-11-10T22:26:03.479Z","updated_at":"2026-05-12T20:07:05.957Z","avatar_url":"https://github.com/Tools4everBV.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HelloID-Conn-Prov-Target-SQL\n\n\u003e [!IMPORTANT]\n\u003e 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\n\u003cp align=\"center\"\u003e\n   \u003cimg src=\"https://www.tools4ever.nl/connector-logos/microsoftsql-logo.png\"\u003e\n\u003c/p\u003e\n\n## Table of contents\n\n- [HelloID-Conn-Prov-Target-SQL](#helloid-conn-prov-target-SQL)\n  - [Table of contents](#table-of-contents)\n  - [Introduction](#introduction)\n  - [Getting started](#getting-started)\n    - [Provisioning PowerShell V2 connector](#provisioning-powershell-v2-connector)\n      - [Correlation configuration](#correlation-configuration)\n      - [Field mapping](#field-mapping)\n    - [Connection settings](#connection-settings)\n    - [Prerequisites](#prerequisites)\n    - [Remarks](#remarks)  \n  - [Getting help](#getting-help)\n  - [HelloID docs](#helloid-docs)\n\n## Introduction\n\n_HelloID-Conn-Prov-Target-SQL_ is a _target_ connector. This is a generic HelloID provisioning target connector for executing Microsoft SQL queries. The HelloID connector allows you to writing,updating and deleting rows in Microsoft SQL database table.\n\nThe following lifecycle actions are available:\n\n| Action             | Description                                                                                                                              |\n| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- |\n| create.ps1         | PowerShell _create_ lifecycle action                                                                                                     |\n| delete.ps1         | PowerShell _delete_ lifecycle action                                                                                                     |\n| disable.ps1        | PowerShell _disable_ lifecycle action                                                                                                    |\n| enable.ps1         | PowerShell _enable_ lifecycle action                                                                                                     |\n| update.ps1         | PowerShell _update_ lifecycle action                                                                                                     |\n| configuration.json | Default _[Configuration.json](https://github.com/Tools4everBV/HelloID-Conn-Prov-Target-V2-Template/blob/main/target/configuration.json)_ |\n| fieldMapping.json  | Default _[FieldMapping.json](https://github.com/Tools4everBV/HelloID-Conn-Prov-Target-V2-Template/blob/main/target/fieldMapping.json)_   |\n\n## Getting started\n\n### Provisioning PowerShell V2 connector\n\n#### Correlation configuration\n\nThe correlation configuration is used to specify which properties will be used to match an existing account within _SQL_ to a person in _HelloID_.\n\nTo properly setup the correlation:\n\n1. Open the `Correlation` tab.\n\n2. Specify the following configuration:\n\n   | Setting                   | Value                             |\n   | ------------------------- | --------------------------------- |\n   | Enable correlation        | `True`                            |\n   | Person correlation field  | `PersonContext.Person.ExternalId` |\n   | Account correlation field | `EmployeeId`                      |\n\n\u003e [!TIP] \n\u003e _For more information on correlation, please refer to our correlation [documentation](https://docs.helloid.com/en/provisioning/target-systems/powershell-v2-target-systems/correlation.html) pages_.\n\n#### Field mapping\n\nThe field mapping can be imported by using the _fieldMapping.json_ file.\n\n### Connection settings\n\nThe following settings are required to connect to the SQL Server.\n\n| Setting              | Description                                                                                                                  | Mandatory |\n| -------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- |\n| ConnectionString     | The connection string used to connect to the SQL database. Must include Initial Catalog                                      | Yes       |\n| Table                | The table in which the records reside                                                                                        | Yes       |\n\n### Prerequisites\n\n### Remarks\n\n## Getting help\n\n\u003e [!TIP] \n\u003e _For more information on how to configure a HelloID PowerShell connector, please refer to our [documentation](https://docs.helloid.com/en/provisioning/target-systems/powershell-v2-target-systems.html) pages_.\n\n\u003e [!TIP] \n\u003e _If you need help, feel free to ask questions on our [forum](https://forum.helloid.com)_.\n\n## HelloID docs\n\nThe official HelloID documentation can be found at: https://docs.helloid.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftools4everbv%2Fhelloid-conn-prov-target-sql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftools4everbv%2Fhelloid-conn-prov-target-sql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftools4everbv%2Fhelloid-conn-prov-target-sql/lists"}