12-21-2022 10:16 AM
Hello,
I'm using the SOAP connector for one of my integrations with Saviynt.
In ACCOUNTS_IMPORT_JSON i currently have:
{
"CONNECTION1": "Acccounts_Accesses",
"REQUESTXML1": "........",
"RESPONSEDATAPATH1": "Body.Response.children()",
"ACCOUNTMAPPING1": "Name:Username,accountID:Username,Displayname:Name,customproperty1:Status",
"ENTITLEMENTMAPPING1": {
"Profiles": "ListOfProfiles.Profile"
},
"CONNECTION2": "Accesses",
"REQUESTXML2": "....",
"REQUESTTYPE2":"ENTITLEMENTS",
"RESPONSEDATAPATH2": "Body.Response.children()",
"RECONCILATIONFIELDVALUE2":"ProfileName",
"ENTITLEMENTMAPPING2":{"Profiles": "ProfileName"}
}
These configurations correctly imported all accounts and account/entitlement mapping from the 1st connection and all remaining entitlements, only with the entitlement_value attribute, from the 2nd connection. However, the 2nd call provides more information on the Profiles, such as ids, dates and owners, which i also wanted to import to Saviynt.
I've tried multiple configurations for ENTITLEMENTMAPPING2 but i am never able to import any other attribute other than the entitlement_value. What should i write in ENTITLEMENTMAPPING2 to ensure that for each Profile Name, as entitlement_value, i'm also importing a DISPLAYNAME, ENTITLEMENTID, and a couple of custom properties?
Thank you!
12-22-2022 07:37 AM
ENTITLEMENTMAPPING2 just import mapping not the entitlement metadata
12-22-2022 08:39 AM
Hi,
Thank you for the feedback!
In that case what can i use to import the entitlement metadata with the SOAP connector?
12-22-2022 08:44 AM
Using entitlement inport
12-22-2022 10:29 AM
Hello,
Sorry but could you please provide some further detail on what/where entitlement import is in the SOAP connector?
How should i use it?
Thank you.
01-17-2023 09:10 PM
Entitlement Import will be used to update entitlement level metadata
02-03-2023 09:13 AM
Can you please clarify how to use the entitlement import has i haven't seen an example anywhere, i am having the same problem. I am not able to map the rest of the data apart from the entitlement value.
03-06-2023 10:06 AM
Hi @rushikeshvartak,
Could you please take another look at this issue?
There appears to be no entitlement related field in the connector. I've tried taking this question up to Saviynt's support but they refuse to give me a clear answer.
At this point, and knowing from experience that Saviynt's documentation is often incomplete and not reliable for the version of Saviynt we are implementing (5.5.3.7.2), I'm not even sure if this functionality is just not offered for SOAP connections or if it is a bug in my version which has already been fixed in more recent versions.
Thank you.
01-17-2023 12:23 AM
Hello,
Could you please provide some further detail on how i could implement this in the SOAP connector?
There appears to be no entitlement related field in the connector.
Thank you!