
M√§rtenH.64512 (Customer) asked a question.
Hi,
I'm having issues with setting up an API connector to connect Okta workflows to Sailpoint's IdentityNow. IDN supports multiple oath methods and seemingly it should fit with what Workflows supports as well.
After setting up the api token in IDN, with the redirect URI specified here: https://help.okta.com/wf/en-us/Content/Topics/Workflows/function-reference/HTTP/http_authorization.htm and filling in the oauth info, I'm been unable to process any further. If I click on "Create" , it opens a separate window that authenticates to IDN and then redirects to Workflows where I get a 404 not found response.
I can't really tell what's going wrong since I don't have much visibility into what Workflows is attempting to do.
Any idea what I might be doing wrong?

So the key point in the linked article is the following. Those should be used as-is for the redirect URI (Depending on prod/preview org).
Redirect URIs to connect to Okta Workflows Preview and Prod respectively: https://oauth.workflows.oktapreview.com/oauth/httpfunctions/cb and https://oauth.workflows.okta.com/oauth/httpfunctions/cb.
The rest of the information should be derived from the vendor. For example the following link shows you where to get your authorize / token endpoints.
https://developer.sailpoint.com/docs/authentication.html
All that is left at that point is the client id/secret & scopes.
Based on this:
Looks like "all" is the scope I would see if I could get working.