Trying to test a Web application which uses SAML SSO login. I can see a parameter SAMlart getting passed as part of one of the login request hits. But can’t find the value anywhere in the generation log.
From basic gogling I've found that these SAML values are generated dynamically. But how can I correlate them in my script? Do I need to use Web+Web Service and go for the SAML options avail in Web Service?
Any suggestions would be very helpful!!