HTTP_Request through SSO?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • James Pittman

    HTTP_Request through SSO?

    Hi,
    We have a web application (Docushare) that is protected by Siteminder
    SSO.

    I'd like to do an HTTP_Request on it. How do I have my script "log in"
    through Siteminder so that it can do its HTTP_Request?

    Jamie


  • David Dorward

    #2
    Re: HTTP_Request through SSO?

    James Pittman wrote:
    [color=blue]
    > We have a web application (Docushare) that is protected by Siteminder
    > SSO.[/color]

    Never heard of it...
    [color=blue]
    > I'd like to do an HTTP_Request on it. How do I have my script "log in"
    > through Siteminder so that it can do its HTTP_Request?[/color]

    How does the log in work? Its likely to be one of:

    * Basic authentication headers
    * GET query data
    * POST data
    * Cookie data

    The usual LWP based suspects let you specify all of those.

    --
    David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
    Home is where the ~/.bashrc is

    Comment

    Working...