Skip to Content.
Sympa Menu

shibboleth-dev - RE: Intercepting or capturing the AQM

Subject: Shibboleth Developers

List archive

RE: Intercepting or capturing the AQM


Chronological Thread 
  • From: "Wilcox, Mark" <>
  • To: "Shahzad Younas" <>, <>
  • Subject: RE: Intercepting or capturing the AQM
  • Date: Sun, 20 Mar 2005 13:47:04 -0500

There's a couple of things you can do. You can use a simple proxy server (for example Apache Axis's TCPMonitor or Proxyimtron) that's designed for this type of work. Or you can just write a simple CGI/Servlet on the AA side.
 
Remember if you're doing it yourself (ie to automate testing) -- you need to send the Client certificate as well otherwise you won't get all of the proper attributes.
 
mark


From: Shahzad Younas [mailto:]
Sent: Sun 3/20/2005 10:26 AM
To:
Subject: Intercepting or capturing the AQM

Hi,
 
Can anyone tell me how can I capture or intercept the HTTP POST which the SHIRE does to the AA for an attribute query? I am making a httpconnection in Java and I am trying to "automate" a user logging in.
 
I want to just capture that message, and then later POST it to the AA myself.
 
Many thanks
Shahzad



Archive powered by MHonArc 2.6.16.

Top of Page