mismatch in ACS URL - port included in SP request to IdP

Cantor, Scott cantor.2 at osu.edu
Wed Oct 31 14:03:36 EDT 2012


I verified how the code works, and basically something in what you posted
isn't what you're actually using, provided that you don't have something
else unusual in play like a handlerURL setting with an absolute URL with
port specified, which I'll assume isn't the case.

The way it decides to add the port to the redirect is by looking at the
scheme and the port and adding the port if it's non-default. That means it
thinks the scheme is http, not https. What you posted wouldn't result in
that being the case, so something's not what you think it is.

Specifically, there's no way you have scheme="https" in the <Site>
element, or at least not in the one that it's actually mapping the request
into. So I'd look at that first.

-- Scott




More information about the users mailing list