Firstly, it's not terribly common to need to do any of this, so unless you
have a good reason, it's probably moot. Secondly, you should be very careful
about using a non-localhost URL as a callback location, and if you do you'd
better be sure to include an exportACL property as well.
Otherwise, that's all correct and it would be working if your RequestMap was
working. So it apparently isn't, and my advice is not to use the RequestMap
and simply attach the exportAssertion setting to Apache with
ShibRequestSetting. That's all finally documented now.
> I tried to extract the
> specific "Shib-Assertion-01", but nothing. I then set some code that will
> print all headers the only thing is that no shibboleth header's show.
Then your request to the script isn't being protected, period.
-- Scott