PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

workfront intergration

NM
Honored Contributor
Honored Contributor

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 this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

NM
Honored Contributor
Honored Contributor

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 this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

NM
Honored Contributor
Honored Contributor

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 this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.