There is no generic "jmeter scripts for saml authentication", the
implementation will vary depending on SAML identity provider
<https://en.wikipedia.org/wiki/Identity_provider> and your application
setup.
The main idea is:
1. Record your test scenario using JMeter's HTTP(S) Test Script Recorder 2
times
2. Compare the scripts, detect any dynamic parameters and use Regular
Expression Extractor
<http://jmeter.apache.org/usermanual/component_reference.html#Regular_Expression_Extractor>
to fetch them from previous response and pass on to the next request.
The overall process of creating a test plan is described in How to Load
Test SAML SSO Secured Websites with JMeter
<https://www.blazemeter.com/blog/how-load-test-saml-sso-secured-websites>
article, however detail might be different for particularly your SAML
authentication implementation.
--
Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org
|