SP- Redirect to improper urls after setting value for redirectErrors
Cantor, Scott
cantor.2 at osu.edu
Mon Jan 23 18:15:57 EST 2017
> What specific parameters on the URL would there be on an error redirect?
https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPErrors
It describes many of the common parameters, some of which are practically always going to be there, like errorType, statusCode, etc. Note that one of them is requestURL. Could be that you have something in the midst of all this chain of redirects causing this to happen, and that's a heck of a lot more likely frankly.
> This problem occurs during a failed passive login attempt.
That raises all kinds of red flags because most people are copying various example scripts people have posted that are intended to respond to and forward along the browser back to the original URL. Get that wrong and this is easily imaginable.
> It is occurring for
> both of our applications, so I think the SP must be at fault.
I think that's virtually impossible, I know what the code looks like and it doesn't do what you're describing.
Simply put, I think the bug is in whatever is handling the redirect, not the code producing it. But a simple LiveHeaders trace should be illustrative.
-- Scott
More information about the users
mailing list