I was trying to onboard Zuora in IdentityNow, however I am encountering an error whenever I try to Test Connect.
Error: " Error Received:
Exception occurred in Test Connection.Url: https://one.zuora.com/oauth2/token, Message: 302 : Unknown Error, HTTP Error Code: 302"
Not really sure which HTTP Operation is the problem as I have a custom authentication operation and it’s the same with the ones we onboarded back then.
Based on the message, “Test Connection” operation is failing. Could you check if the API call that are configured in Test Connection operation is working through Postman?
This seems to be an issue with the authentication, since the authtoken URL is shown. HTTP Response Code 302 is typically received when an API has moved to a new endpoint. Could you give your authentication request a try in Postman or another tool to see if it is still valid?
can you try using the cURL from postman and use it in the Custom Authentication, and please change Attribute path from $.access_token to access_token and put $ in Root path of Response information.
Hi @shekhardas1825, upon checking its passing the correct token and header is the same with what is in the postman. But I’m still getting the same error.