question about shibboleth and perl script redirection
Peter Schober
peter.schober at univie.ac.at
Sun Oct 7 07:56:23 EDT 2012
* Joseph Norris <jozefn at sonic.net> [2012-10-06 23:12]:
> I do not know what to put in the query string to the the shibboleth server.
Depending on what you ultimately want -- so far you've only described
the method you're trying to get working, not what the problem is
you're trying to solve -- you could start by doing nothing and let the
softwre do ing for you.
https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPProtectContent
E.g. let the webserver take care of all of that by requiring a
session when specific resources at the webserver are being accessed.
Alternatively your script can itself initiate the login sequence by
letting the user agent send a specific HTTP GET request to your
Shibboleth SP.
In both cases you don't have to handle (or even know about) any of the
details like passing of messages or ever even seeing XML.
-peter
More information about the users
mailing list