Skip to content

Commit e355649

Browse files
authored
Refactor code formatting and repo structure (#13)
* Updated to match new template and fixed issues after implementation * Removed incorrect none mapping handling * Corrected resolving of errors * Updated descriptions and added Id to mapping * Updated to match new template * Renamed to new name * corrected region * Updated to match new template * Corrected catch and finally * updated to match new template * Updated to amtch new template * Removed dummy aRef and added aRef check * Added aRef check * Undo incorrect update and added aRef check * Added action tags to auditlog * corrected uri * Updated to dynamically determine groups based on HR data * Updated to match new template * Updated to match new template * corrected "update" to "delete" * removed whiteline * changed id to system name * Set defaultvalue for serviceAddress and cleared up description for setDepartment and setManager * Corrected action calculation * removed testing of foreach for single object * Corrected logo url * Corrected script name * Removed access token and authorization from logging * Corrected file name
1 parent eb2a911 commit e355649

24 files changed

+3299
-3260
lines changed

README.md

Lines changed: 149 additions & 104 deletions
Large diffs are not rendered by default.

configuration.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
{
33
"key": "serviceAddress",
44
"type": "input",
5-
"defaultValue": "",
5+
"defaultValue": "https://identitymanagement.services.zenya.work",
66
"templateOptions": {
77
"label": "Service Address",
8-
"placeholder": "https://identitymanagement.services.iprova.nl",
8+
"placeholder": "https://identitymanagement.services.zenya.work",
99
"description": "The Service Address of the SCIM endpoint",
1010
"required": true
1111
}
@@ -40,7 +40,7 @@
4040
"templateOptions": {
4141
"label": "Set department in Zenya",
4242
"required": false,
43-
"description": "Please note. Currently, we can only set a department that already exists in Zenya. For this, all departments must have a unique name (we can only match on name, so matching on code or any other field is not possible) within the entire tree (i.e., no duplicate names anywhere). In addition, maintenance of the departments (i.e., creating/deleting as well as setting the owner) will need to take place within Zenya."
43+
"description": "Please note: We can only set departments that already exist in Zenya, and all departments must have unique names (matching is by name only). Department maintenance (creation, deletion, setting the owner) must be done in Zenya."
4444
}
4545
},
4646
{
@@ -50,7 +50,7 @@
5050
"templateOptions": {
5151
"label": "Set manager in Zenya",
5252
"required": false,
53-
"description": "Please note. Currently, we can only set a manager that exists in Zenya and has been created by HelloID. For this, HelloID has to have granted the Account entitlement for the manager first."
53+
"description": "Please note: We can only assign a manager who exists in Zenya and was created by HelloID. HelloID must first grant the Account entitlement to the manager."
5454
}
5555
},
5656
{

0 commit comments

Comments
 (0)