Shibboleth RequestMapper with PHP Does Not Parse
Cantor, Scott
cantor.2 at osu.edu
Fri Nov 18 16:53:50 EST 2016
On 11/18/16, 4:47 PM, "users on behalf of Franz Noel Tanglao" <users-bounces at shibboleth.net on behalf of ftanglao at musicreports.com> wrote:
> I'm trying to fix shibboleth2.xml configured with RequestMapper to run with PHP.
You don't need the RequestMap with Apache and should not use it.
> My Apache is configured as follows:
>
> <Location />
> SetHandler shib
> AuthType None
> Require all granted
> </Location>
You certainly shouldn't be telling it the entire tree is a handler so removing that couldn't hurt. In general, the RequestMap is not usable unless you to get the SP to actually see the requests by setting AuthType to shibboleth. The module simply ignores anything else, and so that includes applying any settings using its own configuration.
-- Scott
More information about the users
mailing list