We have a basic use case to connect to webserver and get an ack back but having issues in Authentication. Scenario : Feature sample
Given url <>
And header Content-Type= 'application/json;'
And header AuthScheme='KEBEROS' #hasnt helped though
When request <>
And method POST
Then status 200
Error in logs: 'You were not able to be authenticated using SPNEGO'
I have tried few options to add VM arguments for KRB5 but didnt seem to help.
Let me know if any else faced this and how you handled this in config. We are checking the option to have a custom class for http but wanted to check if any property can be defined correctly above or in config.