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

workfront intergration

NM
Valued Contributor II
Valued Contributor II

Hi Team,

We are planning to integrate workfront into saviynt, has anyone onboarded workfront.. would like to know what all API's was utilized to perform CRUD operations and authentication method to establish a connection...  as there is no technical contact from app end.

Thanks

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

Authentication Endpoint:


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

NM
Valued Contributor II
Valued Contributor II

Hi @rushikeshvartak ,

Thanks for your response, I was going through the workfront documentation and saw this.

NM_0-1714066810261.png

have you used any method mentioned above in the image?

You can use Oauth2


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

NM
Valued Contributor II
Valued Contributor II

Hi @rushikeshvartak , Main problem is Oauth2 uses Authorization code flow and not directly getting the access token from processing of request.

2) for machine to machine they recommend JWT flow, with use of public/private key not sure whether in saviynt we can use that

 

NM_0-1714101175239.png

 

JWT is also supported refer developers handbook


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