Hi, I am trying to use custom authentication in one of my web service. I am getting below error while doing test connection - “No configuration found for ‘Test Connection’. Please add at least one operation and try again.”
The endpoint you have called “Test Connection” has the operation type of Custom Authentication.
You need to either change the operation type to Test Connection or create another endpoint for a test connection operation
@KirstenV Thanks Kirsten for your response! I changed the operation type as test connection and it worked fine. Thank you so much.
I will try next activity i.e. getting access token value in account aggregation and create account http operation. If there will be any issue, I will post here.
Hi, For my web service, test connection is working fine but I am facing one issue. When I click on Test connection, I see that <entry key="Authorization" value= always showing old value and its not at all getting new access token value.
You need to map the token in the response body to a custom token attribute. That custom token attribute you will need to add to the source through the API.