<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
I am trying to integrate my Shibboleth SP with a ADFS site (as
iDP). After the user logins into AD site we see the following
error:<br>
<pre wrap="">The request specified an Assertion Consumer Service URL '<a class="moz-txt-link-freetext" href="https://adfstest.hyattidm.com/exterro.sso/SAML2/POST">https://adfstest.com/sso/SAML2/POST</a>' that is not configured on the relying party 'microsoft:identityserver:MYSP_ENTITYID'.
Based on my metadata my ACS endpoint is configured to:
<md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location=<a class="moz-txt-link-rfc2396E" href="https://mysite.com/sso/SAML2/POST">"https://mysite.com/sso/SAML2/POST"</a> index="0"/>
The ADFS system seems to be replacing my hostname with the ADFS server hostname. Any ideas how I can solve this?
I have been following the following howto:
</pre>
<h1 class="title" style="margin-top: 0px; margin-right: 0px;
margin-bottom: 20px; margin-left: 0px; font-family: 'Segoe UI',
Verdana, Arial; font-size: 20px; color: rgb(42, 42, 42);
font-weight: normal; font-style: normal; font-variant: normal;
line-height: normal; letter-spacing: normal; orphans: 2;
text-align: left; text-indent: 0px; text-transform: none;
white-space: normal; widows: 2; word-spacing: 0px;
-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">AD
FS 2.0 Step-by-Step Guide: Federation with Shibboleth 2 and the
InCommon Federation</h1>
<pre wrap=""> <a href="http://technet.microsoft.com/en-us/library/gg317734%28WS.10%29.aspx">http://technet.microsoft.com/en-us/library/gg317734(WS.10).aspx</a></pre>
Shibboleth version 2.4.3<br>
ADFS Windows Server 2008 R3<br>
<br>
</body>
</html>