|
Hi Melvin, I had a similar issue regarding SSO and
authentication, the problem I had was overcome by doing the following <!-- Harvest the SSO Cookie --> <storeCookie description="Store
JSESSIONIDSSO cookie value" name="JSESSIONIDSSO"
property="sessidSSO" /> <!-- Invoke the target page directly, pass the SSO cookie value with
the request --> <invoke description="Go
to start add KPI page" url="http://${gen_host}:${gen_port}/revenueoffice/secure/KPIs/StartCreateKPI.do?JSESSIONIDSSO=#{sessidSSO}" /> A good tool to view the http traffic
between server and client is Fiddler (http://www.fiddlertool.com/Fiddler/)
you will be able to see all the redirections and cookie value assignments as
the user logs in… Hope this helps a bit… Regards, Colin. -----Original Message-----
All users need to login
via Oracle Single-Sign On. I hit a brick I have found a article
describing how to "follow" the redirections As you can see Oracle
uses a lot of page redirects as well as My webtest script keep
returning with a 401 error when i reference I suspect that Webtest
stalled at the login page. The Webtest script always
stall when it is trying to establish the Any ideas guys? Now you can scan
emails quickly with a reading pane. Get the new Yahoo!
Mail. |
- [Webtest] Oracle SSO MELVIN CHEE
- RE: [Webtest] Oracle SSO Dierk Koenig
- RE: [Webtest] Oracle SSO Colin O'Brien
- RE: [Webtest] Oracle SSO Colin O'Brien

