Endpoint with Location 'https://FQDN/path/Shibboleth.sso/...' discarded because neither its Location nor ResponseLocation match ACS URL 'https://FQDN/Shibboleth.sso/...'
Cantor, Scott
cantor.2 at osu.edu
Fri Feb 17 18:21:55 GMT 2012
> I currently try to setup a test environment using shibboleth,
> whereas the URIs of the IDP and SP are:
> IDP: https://idefix.worldtalk.de/idp/
> SP: https://idefix.worldtalk.de/sp/
That's why you're having the problem, you're trying to share a server and
not run the SP endpoints hosted at the root.
If you insist on using one machine, then simply leave the SP endpoints at
the root and just bypass /Shibboleth.sso/* in your proxy config that's
front ending the Java container with Apache. I'm guessing at your setup
there.
Otherwise...
> I need to know where I must change a
>"https://idefix.worldtalk.de"
> to "https://idefix.worldtalk.de/sp/";
> I looked in the config files for it but didn't find it...
It isn't even in the SP config anymore, I don't think, but it's handlerURL
inside the <Sessions> element. (search the wiki). Defaults to
/Shibboleth.sso, change the path to what you want.
-- Scott
More information about the users
mailing list