I need to performance test a SSO based application which uses Kerberos authentication.
In my jmeter tool I have added Http Authorization manager
and configured krb5
and jaas config
files in bin folder.
While re-playing I am getting '401' and the response header contains 'www-authenticate: Negotiate'.
This was handled by the browser and the Load runner tool. In load runner, after configuring krb5.ini file, I was able to get the access token.
Can anyone tell me how to generate this Negotiate token in jmeter