Forum Posts

Multiple API call in Soap Connector

Hi team, I have a requirement to update firstname and lastname of the user in target.To achieve this, we need to fetch the unique identifier of the user - Business Card in first call and pass it as input in second API call. (as we don't have recon fr...

smithamg by New Contributor III
  • 149 Views
  • 7 replies
  • 0 kudos

Mapping attribute on soap CONNECTOR

Hi,I'm using the SOAP connector for one of my integrations with Saviynt. 'ValidFrom' attribute is mapped to saviynt accounts table from 'StartDate' attribute from Response.ACCOUNTS_IMPORT_JSON{"CONNECTION1": "clientnamewebservice","REQUESTXML1": "<so...

RMohanty by New Contributor
  • 104 Views
  • 3 replies
  • 0 kudos

CHECKFORUNIQUE is not triggered

Hello, i am tryng to use CHECKFORUNIQUE json in AD connection but is not getting triggered. In task I saw an error that account with same accountName is existing in AD (I created few user object in AD with the same account name and UPN as testing use...

Azure RemoveAccess is failing

Hi Team,We are trying to remove the entitlement and it's privilege through the user update rule , the following is the error we are getting  {"log":"2023-03-02 05:35:28,298 [quartzScheduler_Worker-10] DEBUG rest.RestProvisioningService - Default Priv...

Resolved! SchemaUserJob with JSON modification

Hi,I'm trying to import users with the schemauserjob that is well working for basic user import.But, I need to make pre process on these with some json code. From the sample of the freshdesk I see that it's possible:But when I have this line as last ...

QNeumayer_0-1677055281104.png
QNeumayer by New Contributor
  • 122 Views
  • 8 replies
  • 0 kudos

AD Provisioning issue

Hi,I get the below error while Provisioning access to AD. AD account is created successfully but the entitlement is not getting assigned.Error:Error while ADD operation for account-_____ to Group-___________ in AD - [LDAP: error code 32 - 0000208D: N...

HarishG by New Contributor II
  • 55 Views
  • 2 replies
  • 0 kudos

Provisioning issues

Hi,I am getting the below errors while provisioning the entitlements for AD and Saviynt. Accounts assignment tasks are getting competed but the entitlement tasks are not getting completedAD:Error while ADD operation for account-XXXX to Group-Entitlem...

Screenshot 2023-03-02 at 14.44.02.png
HarishG by New Contributor II
  • 99 Views
  • 4 replies
  • 0 kudos

Resolved! ImportAccountEntJSON - Exception in converting responseText to Map

We are trying to simply import account guid's with the response in the following format:{    "Rsp": {        "Status": "Ok",        "Result": [            {                "Guid": "36165265-7a83-4619-88fa-00003a9f96a9"            },            {     ...

Resolved! Add logic to CREATEACCOUNT JSON

Hi All,We would like to add logic to the CREATEACCOUNT JSON which set different display name depending on users CP1.We have tried this:"displayName": "${user?.customproperty1.startsWith('RX)? user?.lastname + ', ' + user?.firstname + ' (RX)' : user?....

piotrj by New Contributor
  • 82 Views
  • 3 replies
  • 0 kudos

Resolved! Create Account Json - Manager

Hi,We are working on our create account json for AD. We need to map the managers account id, which is working successfully when we use the line '"manager": "{(user.manager!=null?(managerAccount.accountID):'')However, we are trying to also map the use...

stephbres by Regular Contributor
  • 68 Views
  • 1 replies
  • 0 kudos

Account import status - LDAP

Hello,We need to use LDAP connection to import accounts from Unix system.Unix account status (active/inactive) is set by nsaccountlock attribute. The issue is that it's only present for when the account is inactive and it's set to true. When account ...

piotrj by New Contributor
  • 111 Views
  • 4 replies
  • 0 kudos

Azure AD - import AADGroupOwner

I'm trying to import Azure AD groups with their respective owners into Saviynt.I have Azure AD Connector set up. Connector imports accounts normaly. Groups are also imported as entitlements with this ENTITLEMENT_ATTRIBUTE:"entitlementAttribute": {"AA...

tgloblek by New Contributor III
  • 192 Views
  • 8 replies
  • 0 kudos

Provision Exchaneg Mailbox

Hi,We are trying to provision mailbox to the user using the directions provided in the Exchange Connector guide and Win PS connector guide. We have configured the connection object, have installed and configured the Saviynt APP and IIS Server on a Wi...

varunpuri_0-1676039590058.png
varunpuri by New Contributor III
  • 101 Views
  • 3 replies
  • 0 kudos

Resolved! REST API - JSON syntax exception found in the following connection parameters - ConnectionJSON

Hello, i am working on REST API Connection, i am getting described error during Save&test (JSON syntax exception found in the following connection parameters)This is ConnectionJSON: {  "authentications": {    "userAuth": {      "authType": "oauth2", ...

Map postman Api call in JSON

Hi ,we are mapping target attributes from the postman call as specified below.we want to parse to attributes from the below API call as an entitlement value.please specify the mapping functionality for the below API call , the entitlement value shoul...

Resolved! AccountImportJSON for Database Connector

Hi, I have been working on the Saviynt Instance for quite a while now.  However, I am not able to configure the appropriate JSON for accountimportJSON in the DB connection. Here is the Query that I wrote for AccountImportJSON:<dataMapping><sql-query ...

vambrale by New Contributor
  • 268 Views
  • 18 replies
  • 0 kudos

Inactive users to move different OU

Hi Team,We have requirement that the user status is changed to inactive then the user account should be moved to another OU in AD after 30 days of time frequency.DISABLEACCOUNTJSON:{"moveUsertoOU": "OU=test,DC=test,DC=net","deleteAllGroups": "Yes","u...

yogarajk by New Contributor III
  • 154 Views
  • 4 replies
  • 0 kudos

Resolved! ADSI - Create Account JSON

Hi,I am working on the ADSI account creation json. I am trying to set the attribute 'displayname'. The logic behind it is, if the user has middlename then the displayname should be lastname, firstname, middlename. If the user does not have a middlena...

stephbres by Regular Contributor
  • 90 Views
  • 2 replies
  • 0 kudos

Using Datasets for SAV4SAV(REST)

Hi, Can someone let me know hoe to use Datasets in SAV4SAV Rest connection? We can use sql queries in SAV4SAV DB Connection in user import. However, since SAV4SAV DB is deprecated, we need to replicate the same in SAV4SAVREST connector in JSON format...

AshishDas by Regular Contributor
  • 165 Views
  • 9 replies
  • 0 kudos

Resolved! REST - String Functions

Can we use string function in ImportAccountEntJSON in colsToProp configuration ?  Requirement :We have entitlement which name is combination of 2 values from API- user + readonly- user + no access Can we use string functions such as concat, replace? ...

Resolved! REST connector - get user manager

I'm importing users from Azure AD with REST connector. All users in Azure AD have their manager assigned.On the import of users with REST connector, url https://graph.microsoft.com/v1.0/users?$select=attributes.... returns all attributes selected, bu...

tgloblek by New Contributor III
  • 199 Views
  • 5 replies
  • 0 kudos

importing non-human identities

Hi,We are implementing the use case of importing non-human identities from target application(Azure).The target application consists of service principals, foreign principals associated with the access.we tried to inculcate the api call from which we...