GithubHelp home page GithubHelp logo

tools4everbv / helloid-conn-prov-target-zenya Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 114 KB

Zenya - Target

PowerShell 95.51% JavaScript 4.49%
provisioning target iprova zenya scim dfm erp itm powershell cloud

helloid-conn-prov-target-zenya's Issues

E-mail is always being updated

_When implementing the connector with updating the e-mail field in the mapping enabled the email address is updated every update. The compare doesn't seem to work. The output of the changed items is as follows:

==========================================================================
[
{
"MemberType": 8,
"IsSettable": true,
"IsGettable": true,
"Value": [
"work:[email protected]"
],
"TypeNameOfValue": "System.Object[]",
"Name": "emails",
"IsInstance": true,
"SideIndicator": "=>"
},
{
"MemberType": 8,
"IsSettable": true,
"IsGettable": true,
"Value": [
"work:[email protected]"
],
"TypeNameOfValue": "System.Collections.ArrayList",
"Name": "emails",
"IsInstance": true,
"SideIndicator": "<="
}
].

Unfortunately after modifying the output of the $currentaccount object from TypeNameOfValue": "System.Object[]", to "TypeNameOfValue": "System.Collections.ArrayList", the result is the same.

It looks like something is going wrong when comparing the two arraylist within a compare-object.

Below a anonymized json of the output of a currenctaccountobject for testing.

{
"id": "46c94ca6-9c6b-491d-81b4-a24d0f8afc3e",
"externalId": "123456",
"userName": "123456",
"displayName": "Donald Duck",
"title": "Worlds best dancer",
"preferredLanguage": "nl-NL",
"active": true,
"emails": [
{
"value": "[email protected]",
"type": "work",
"primary": true
}
],
"phoneNumbers": [
{
"value": "06123456789",
"type": "work",
"primary": true
}
],
"groups": [
{
"value": "1234561-af4f-4787-22d4-bffb5678fbe3",
"display": "HelloID_Magic_Group",
"type": "direct",
"$ref": "https://identitymanagement.services.zenya.work/scim/groups/123456789-af4f-4787-81d4-bffb59a1fbe3"
}
],
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:User"
],
"meta": {
"resourceType": "User",
"created": "2018-09-28T09:57:15Z",
"lastModified": "2024-02-06T07:39:23Z",
"location": "https://identitymanagement.services.zenya.work/scim/users/12345678-abcd-efgh-1234-a8971381fd3e"
}
}_

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.