0
votes

I am working on jmeter script in which I have to handle internal SSO. The service providing the access token is internally called and I can not see that while recording. Can anyone help me on that?

HTTP Authorization Manager was added during the recording session but it's not of any help.

enter image description here

enter image description here

1

1 Answers

1
votes

If your application is using Kerberos SSO just adding HTTP Authorization Manager will not be enough, you will need to:

  1. Perform the relevant configuration in krb5.conf and eventually in jass.conf files (both reside in "bin" folder of your JMeter installation)
  2. Point JMeter to these files using java.security.krb5.conf and java.security.auth.login.config properties correspondingly

No one here will be able to give you the details as they're specific for your application deployment, you can use Windows Authentication with Apache JMeter as the reference and contact your application developers or your network administrators for the correct values