BaseSAMLMessageDecoder.checkEndpointURI
Peter Schober
peter.schober at univie.ac.at
Thu Mar 1 18:39:22 GMT 2012
* Zmuda, Matthew R <Matthew.R.Zmuda at td.com> [2012-03-01 19:34]:
> For example say AuthNRequest comes in at
>
> https://my.domain.com//profile/SAML2/Redirect/SSO<https://my.domain.com/profile/SAML2/Redirect/SSO>
>
> I want to route this request to
> https://my.domain.test1.com//profile/SAML2/Redirect/SSO
> or
> https://my.domain.test2.com//profile/SAML2/Redirect/SSO
>
> So at the time this check is executed it throws exception since the Destination URL does not match current URL.
The webservers my.domain.test1.com and my.domain.test2.com would need
to be confugured such that they think their hostname is my.domain.com.
-peter
More information about the users
mailing list