Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

jmeter and SSO (single sign on)

2,023 views
Skip to first unread message

blee

unread,
Feb 14, 2006, 8:33:03 PM2/14/06
to
Hi--

I'm not sure jmeter is a viable option for my webapp, but am new to the
tool:

I have a web app where, if you navigate to the home page, redirects to
a secure SSO (https) login.

I successfully recorded a test plan using the http proxy. However,
since jmeter is blind to the https request, the login portion of the
recorded script doesn't work when executing.

I need a way to login for jmeter when executing the test. Is there a
way to do this, even manually?

TIA for any info.

--blee

Michael Bolton

unread,
Feb 15, 2006, 9:01:44 PM2/15/06
to
> I'm not sure jmeter is a viable option for my webapp, but am new to the
> tool:
>
> I have a web app where, if you navigate to the home page, redirects to
> a secure SSO (https) login.
>
> I successfully recorded a test plan using the http proxy. However,
> since jmeter is blind to the https request, the login portion of the
> recorded script doesn't work when executing.

JMeter will not be blind to the https request if you put the class for
your SSL implementation in your classpath.

http://jakarta.apache.org/jmeter/usermanual/get-started.htmlhttp://jakarta.apache.org/jmeter/usermanual/get-started.html

and search for the string, "By default."

> I need a way to login for jmeter when executing the test. Is there a way to do this, even manually?

Follow that link. Google is your friend.

---Michael B.

Yes.

Michael Bolton

unread,
Feb 15, 2006, 9:02:01 PM2/15/06
to
> I'm not sure jmeter is a viable option for my webapp, but am new to the
> tool:
>
> I have a web app where, if you navigate to the home page, redirects to
> a secure SSO (https) login.
>
> I successfully recorded a test plan using the http proxy. However,
> since jmeter is blind to the https request, the login portion of the
> recorded script doesn't work when executing.

JMeter will not be blind to the https request if you put the class for


your SSL implementation in your classpath.

http://jakarta.apache.org/jmeter/usermanual/get-started.html

and search for the string, "By default."

> I need a way to login for jmeter when executing the test. Is there a way to do this, even manually?

Follow that link. Google is your friend.

---Michael B.

Yes.

glinius

unread,
Apr 18, 2014, 7:29:16 AM4/18/14
to
It isn't something you can effectively record. You need to have properly configured HTTP Authorization Manager so JMeter could construct a proper header and bypass authentication. See <a href="http://blazemeter.com/blog/windows-authentication-apache-jmeter">Windows Authentication with Apache JMeter</a> for more details.


0 new messages