Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tools4everbv/helloid-conn-prov-target-magister
Magister - Target
https://github.com/tools4everbv/helloid-conn-prov-target-magister
edu sis
Last synced: about 1 month ago
JSON representation
Magister - Target
- Host: GitHub
- URL: https://github.com/tools4everbv/helloid-conn-prov-target-magister
- Owner: Tools4everBV
- Created: 2021-10-20T11:46:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T12:51:35.000Z (11 months ago)
- Last Synced: 2024-01-15T16:36:00.582Z (11 months ago)
- Topics: edu, sis
- Language: PowerShell
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelloID-Conn-Prov-Target-magister
| :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. |
## Table of contents
- [Introduction](#Introduction)
- [Getting started](#Getting-started)
+ [Connection settings](#Connection-settings)
+ [Prerequisites](#Prerequisites)
+ [Remarks](#Remarks)
- [Setup the connector](Setup-The-Connector)
- [Getting help](Getting-help)## Introduction
The HelloID-Conn-Prov-Target-magister can be used update user accounts in Magister. You can update for example the email addres and password.## Getting started
### Prerequisites
- URL to the webservice. Example: https://tools4ever.swp.nl:8800
- username
- password
- library
- function### Actions
|Library| function | Description |
| ------------| ------------ | ----------- |
| ADFuncties | UpdatePersEMail | update mailadres of employee|
| ADFuncties | UpdateLeerEMail | update mailadres of student|
| Data | Set.Password | set password|### Connection settings
The following settings are required to connect to the API.| Setting | Description |
| ------------ | ----------- |
| username | The username |
| Password | The password |
| BaseUrl | The URL to the Magister environment. Example: https://tools4ever.swp.nl:8800|
| Library | Name of the library off the function |
| Function | Name of the function to execute |### Remarks
- Execute on-premises because of IP whitelisting on Magister site
- The user must be authorized for the function
- Documentation can be found at https://.swp.nl:8800/doc?, https://.nl:8800/doc?#Service_ADFuncties, https://.swp.nl:8800/doc?#Service_Data
## 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)_
## HelloID Docs
The official HelloID documentation can be found at: https://docs.helloid.com/