Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

workfront intergration

NM
Honored Contributor III
Honored Contributor III

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


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

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?


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'

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 III
Honored Contributor III

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

 


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'

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'.