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

How to configure ConnectionJSON with OAuth2 authorization_code flow within REST Connector?

pahm
New Contributor III
New Contributor III

Hello,

Instead of client_credentials workflow, we need configure authorization_code based OAuth2 Access token exchange workflow with REST Connector.

How should I specify the authorization url, token url, username/password, client_id/client_secret and grant type etc.?

Not sure if Saviynt can access to authorization url to get an code, then access to token url to get access token?

It would be great if you can share an example JSON

Thanks

1 REPLY 1

NM
Honored Contributor II
Honored Contributor II

Hi @pahm in connection json you can get the code and then in each subsequent json use the code to get access token and perform the desired action.