Hi Team,
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.
error :

below are the config for test connection
Thanks for your reply!
I tried updating the header, but still no luck. I see same error message
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.
@mpotti Thanks for your response.
That means, I need to add an operation “Custom Authentication” before test connection to generate a access token right?
Do we have any documentation on this as Sailpoint document is not much helpful