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

Pass Dynamic Attribute in REST Connection Json

yogendragautam
New Contributor II
New Contributor II

Hi, Is is possible to pass the dynamic attribute of an endpoint to the connection json of a rest based connector ?

7 REPLIES 7

AmitM
Valued Contributor
Valued Contributor

HI @yogendragautam , you mean CONNECTION json right? If yes, I would say NO you can't.

Dynamic attributes are linked specifically to request type that is account , service account , role etc.. Don't think it can be linked to connection JSON.

But if you explain your use case something else can be looked into.

Br,
Amit

SumathiSomala
All-Star
All-Star

@yogendragautam Could you please elaborate your use case.

Why do you want pass DA of endpoint in Connection JSON?

This is not supported. You can pass DA in provisioning jsons like create, update account. 

 

Regards,
Sumathi Somala
If this reply answered your question, please Accept As Solution and give Kudos.

rushikeshvartak
All-Star
All-Star

This is not supported. You can define static variables in connection json which can refer into another CRUD Jsons


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

Hi,

My URL to get the token is below:

 

https://gtqaapi.multibankportal.com/auth/oauth/token

To this, we pass httpParam values such as grant_type & company_id

The token generated in unique for each companyID mentioned above.

The accesstoken got for a companyID A cannot be used for provisioning a user to companyID B.

Manu269
All-Star
All-Star

Conenction json has all the static information.

DA can be used in another operation like create, update etc.

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

yogendragautam
New Contributor II
New Contributor II

Hi,

My URL to get the token is below:

 

https://gtqaapi.multibankportal.com/auth/oauth/token

To this, we pass httpParam values such as grant_type & company_id

The token generated in unique for each companyID mentioned above.

The accesstoken got for a companyID A cannot be used for provisioning a user to companyID B.

You can have multiple connections in connection json for different companies


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