Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

[SAP Connector]: Retrieve Active Directory Account Information From SAP Connector

KhaoulaD
New Contributor III
New Contributor III

Hello,

As part of SAP integration through saviynt, we want to set a parameter by sending a an information coming from Active Directory account which is stored in a customproperty:

We want to avoid storing that information in a user attribute. So we wanted to find a way to retrieve that information directly in the connector from the target application (Active Directory).

So we used:

"PNAME": "${userAccount.get('Active Directory').customproperty29}

But seems not working as the "userAccount..." is not recognized by saviynt.

Is there another way to achieve the goal?

 

Thank you in advance.

 

Regards,

Khaoula DOUHI

 

 

7 REPLIES 7

Raghu
All-Star
All-Star

can you try like below

PNAME": "${userAccount.get('Active Directory')?.customproperty29}


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

KhaoulaD
New Contributor III
New Contributor III

Hello,

I have tried this suggestion but does not work.

 

Best Regards,

Khaoula DOUHI

rushikeshvartak
All-Star
All-Star

userAccount is not exposed in SAP connector


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Hello,

 

Is there any other way to retrieve that information directly through the connector?

Best Regards,

Khaoula DOUHI

You need to use enhanced Query Job to store information in SAP Account CP and then trigger update account task using actionable analytics 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Hello,

We already have the information in the active directory account stored in a customproperty. What we need to do is to use this information in a check condition at the SAP connector level and generate the SNC (PNM attribute) to be provisioned to SAP.

 

Best Regards,

Khaoula DOUHI

 

As mentioned use enhanced Query user


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.