I’m trying to configure Webservice SAAS connector using Auth : OAuth 2,0 and grant type : JWT Bearer. I’m receiving the below error while test connection. Could someone help me to fix this.
Did you create an operation to generate the token? The example I gave above does not generate a new key which is why it does not have an operation to generate one. You will need to create a function to generate the bearer token and then pass it into the test connection operation.
So this is all going to depend on the API spec of the application you are connecting to. But I am hoping this example points you in the right direction.