SP V3 handlerUrl="/myapppath/Schibboleth.sso" leads to 404

Cantor, Scott cantor.2 at osu.edu
Fri Mar 8 16:35:59 EST 2019


On 3/8/19, 4:29 PM, "users on behalf of Aaron Howell" <users-bounces at shibboleth.net on behalf of aaron.howell at deakin.edu.au> wrote:

> From my reading of the docs - there is a connection between the <ApplicationOverride> handlerURL must be located 
> with in the <RequestMap>’s <Path>

The handler path(s) must map to the same applicationId as the resources do, that's all.

A 404 is the usual error to get because if the SP doesn't think the request is to something it thinks is a handler for the applicationId that applied to the request, then it will ignore the request, and nothing else is going to respond to it, so you get a normal 404 from there being no path or file with that name.

-- Scott




More information about the users mailing list