<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><font face="Tahoma" size="2">Hi Scott,<br>
<br>
Thanks for your reply.<br>
<br>
I used the term "sending over" because somehow, the idP logs are showing that settings from the ApplicationDefaults section (which don't contain any relevant information) as opposed to the actual settings, which are in the <ApplicationOverride> section. I hope
that makes better sense?<br>
<br>
I double-checked that the applicationIds are matching, we typically don't change them and it looks like in this instance they have not been changed from the defaults, but why is the idP not using the ApplicationOverride settings?<br>
<br>
<RequestMapper type="Native"><br>
<RequestMap <b>applicationId="default"</b>><br>
<Host name="clientSiteNameInIIS"><br>
<Path name="locked" <b>applicationId="rename--my-application-name"</b> <br>
<span class="Apple-tab-span" style="white-space:pre"></span>authType="shibboleth" requireSession="false" exportAssertion="false"><br>
</Path><br>
</Host><br>
</RequestMap><br>
</RequestMapper></font>
<div><font face="Tahoma" size="2"><br>
</font></div>
<div>
<div> <ApplicationDefaults <b>id="default"</b> policyId="default"</div>
<div> entityID="https://something_here/do-not-use"</div>
<div> homeURL="https://someURL/"</div>
<div> REMOTE_USER="eppn persistent-id targeted-id"</div>
<div> signing="true" encryption="false"</div>
<div> ></div>
</div>
<div><br>
</div>
<div>
<div><ApplicationOverride <b>id="rename--my-application-name"</b> </div>
<div> entityID="https://clientDomain/shibboleth" </div>
<div> homeURL="https://clientDomain/locked" </div>
<div> REMOTE_USER="somerandomstring" ></div>
<div><span style="font-size: 10pt;"> <Sessions handlerURL="/locked/Shibboleth.sso" </span></div>
<div> handlerSSL="true" </div>
<div> cookieProps="; path=/locked; secure" </div>
<div> checkAddress="false" </div>
<div> lifetime="7200" timeout="3600" /></div>
<div> </ApplicationOverride></div>
</div>
</div>
</body>
</html>