<div dir="ltr"><div dir="ltr">I am attempting to configure an alternate handlerURL for a Windows application.<div><br></div><div>Default SP 3.0.4.0 is installed on a clean server 2012R2 w/IIS.</div><div>(fwiw is am seeing the same on 2016 and 2019)</div><div><br></div><div><br></div><div>With Sessions:</div><div><br></div><div>        <Sessions lifetime="28800" timeout="3600" relayState="ss:mem"<br></div><div><div>                  checkAddress="false" handlerSSL="true" cookieProps="https"></div></div><div><br></div><div><a href="http://localhost/Shibboleth.sso/Session">http://localhost/Shibboleth.sso/Session</a></div><div>returns:</div><div><pre>A valid session was not found.</pre>When I add   handlerURL="/sp/Shibboleth.sso" as in:</div><div><br></div><div><div>        <Sessions lifetime="28800" timeout="3600" relayState="ss:mem"<br></div><div><div>                  checkAddress="false" handlerSSL="true" cookieProps="https"</div><div>                  handlerURL="/sp/Shibboleth.sso"></div></div></div><div><br></div><div>I am expecting:</div><div><a href="http://localhost/sp/Shibboleth.sso/Session">http://localhost/sp/Shibboleth.sso/Session</a>  <br></div><div><br></div><div>to return:</div><div><pre>A valid session was not found.</pre><div>But instead IIS is returning a 404.</div><div>It seems that the Handler is NOT running as expected.</div><div><br></div><div>Does anyone have any thoughts/experience using the handlerURL option with IIS</div><div>or can help me discover what I have misconfigured?</div><div><br></div><div>Thanks!</div><div>-John S</div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:14px;line-height:24px;color:rgb(68,68,68);font-family:"Open Sans",Helvetica,Arial,sans-serif">John Schrader</span><br></div><div><font color="#444444" face="Open Sans, Helvetica, Arial, sans-serif"><span style="font-size:14px;line-height:24px">Identity and Access Management</span></font></div><div><font color="#444444" face="Open Sans, Helvetica, Arial, sans-serif"><span style="font-size:14px;line-height:24px">Office of Information Technologies</span></font></div><div><font color="#444444" face="Open Sans, Helvetica, Arial, sans-serif"><span style="font-size:14px;line-height:24px">University of Notre Dame</span></font></div><div><br></div><div dir="ltr"><span style="color:rgb(68,68,68);font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:14px;font-style:italic;line-height:24px">EVERYTHING SHOULD BE MADE AS SIMPLE AS POSSIBLE, BUT NOT ANY SIMPLER</span><div><span style="color:rgb(68,68,68);font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:14px;font-style:italic;line-height:24px">—ALBERT EINSTEIN</span><br></div></div></div></div></div></div></div></div></div></div></div>