typically two reasons a. Add a cookie manager if your SSO solution uses cookie b. Usually SSO systems have a token that is dynamic - it changes with every request - you need to add a post processor to extract the value and add it to the next request - numerous examples on google - you need to do this for every dynamic parameter
regards deepak On Wed, Jun 12, 2013 at 1:49 PM, Shivaramaiah, Shashidhar (ETW) < [email protected]> wrote: > I recorded the script using badboy and replied the script using Jmeter for > some of the requests it has use SSO authentication and login to the URL > but. From Jmeter it is not login to the server. In the response I'm seeing > the login page. > > Please let me know if I need to do some settings > > > Thanks > Shashi > >
