<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Webdings;
panose-1:5 3 1 2 1 5 9 6 7 3;}
@font-face
{font-family:"Californian FB";
panose-1:2 7 4 3 6 8 11 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:#0563C1;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:#954F72;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Greetings,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I have an Apache server using mod_shib for an application (SP v3.1.0) that can be accessed 3 ways when including virtual hosts. They are named sp.jmu.edu, dev.sp.jmu.edu, and dev.sp3.jmu.edu. Based on a previous message thread, I added
AssertionConsumerService configurations for each, like this:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal" style="margin-left:.5in"><md:AssertionConsumerService index="1" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in"> Location="https://sp.jmu.edu/Shibboleth.sso/SAML2/POST"/><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in"><md:AssertionConsumerService index="2" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign"<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in"> Location="https://sp.jmu.edu/Shibboleth.sso/SAML2/POST-SimpleSign"/><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in"><md:AssertionConsumerService index="3" Binding="urn:oasis:names:tc:SAML:2.0:bindings:PAOS"<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in"> Location="https://sp.jmu.edu/Shibboleth.sso/SAML2/ECP"/><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in"><md:AssertionConsumerService index="4" Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post"<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in"> Location="https://sp.jmu.edu/Shibboleth.sso/SAML/POST"/><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in"><md:AssertionConsumerService index="5" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in"> Location="https://dev.sp.jmu.edu/Shibboleth.sso/SAML2/POST"/><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">[ …dev.sp.jmu.edu versions of index 2-4... ]<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in"><md:AssertionConsumerService index="9" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in"> Location="https://sp3.jmu.edu/Shibboleth.sso/SAML2/POST"/><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">[ …sp3.jmu.edu versions of index 2-4… ]<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">When I browse to https://sp3.jmu.edu/ (the actual server name), everything works correctly. When I try https://dev.sp.jmu.edu/, auth happens correctly (including detecting an auth session from sp3.jmu.edu), but I am always returned to https://dev.sp.jmu.edu/Shibboleth.sso/SAML2/POST
no matter what URL on that server I try to access (i.e. https://dev.sp.jmu.edu/dir1/,
<a href="https://dev.sp.jmu.edu/dir2/">https://dev.sp.jmu.edu/dir2/</a>).<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Any idea what I have wrong? I noticed in the SP 3.0.0 release notes that the entityIDSelf content setting was added, but I can’t tell where to use it from the documentation.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks in advance,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Jeb Swartzentruber<o:p></o:p></p>
<p class="MsoNormal">Identity and Access Management Application Developer<o:p></o:p></p>
<p class="MsoNormal">JMU Information Technology <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span style="color:#1F497D"> </span><b><span lang="EN-GB" style="font-size:18.0pt;font-family:Webdings;color:green">P</span></b><b><span lang="EN-GB" style="font-size:9.0pt;color:navy">
</span></b><span style="font-size:9.0pt;font-family:"Arial",sans-serif;color:#007F00">Please do not print this e-mail unless necessary</span><span style="font-size:12.0pt;font-family:"Californian FB",serif;color:#1F497D"><o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>