<div dir="ltr">Hi all,<div><br></div><div>i'm new to this list and pretty new to shibboleth too. </div><div><br></div><div>I managed to configure shibboleth using the VHost approach, and for that purpose i've configured 2 ServiceProvider logically usign 2 applicationID to test my setup:</div><div><br></div><div>Example:</div><div>1) <a href="http://sptest.argosoft.eu" target="_blank">sptest.argosoft.eu</a> --> map to applicationID <a href="http://sptest.argosoft.eu" target="_blank">sptest.argosoft.eu</a></div><div>2) <a href="http://sptest2.argosoft.eu" target="_blank">sptest2.argosoft.eu</a> -->map to applicationID <a href="http://sptest2.argosoft.eu" target="_blank">sptest2.argosoft.eu</a></div><div><br></div><div>Everything work fine if i configure the shibboleth2.xml config with both of ApplicationOverrides:</div><div><pre style="background-color:rgb(43,43,43);color:rgb(169,183,198);font-family:"Source Code Pro""><ApplicationOverride id="<a href="http://sptest.argosoft.eu" target="_blank">sptest.argosoft.eu</a>" entityID="<a href="https://sptest.argosoft.eu" target="_blank">https://sptest.argosoft.eu</a>">
....
....
</ApplicationOverride>
<ApplicationOverride id="<a href="http://sptest2.argosoft.eu" target="_blank">sptest2.argosoft.eu</a>" entityID="<a href="https://sptest2.argosoft.eu" target="_blank">https://sptest2.argosoft.eu</a>">
<pre style="font-family:"Source Code Pro"">....
....
</ApplicationOverride></pre></pre>I'd like to use the ExternalApplicationOverrides directive and i've tried with:</div><div><span style="background-color:rgb(43,43,43);color:rgb(169,183,198);font-family:"Source Code Pro""><ExternalApplicationOverrides path="/opt/shibboleth-sp/overrides"/></span><br></div><div><br></div><div>In that directory i put 2 file, like specified in documentation:</div><div>1) <span style="background-color:rgb(43,43,43);color:rgb(169,183,198);font-family:"Source Code Pro"">/opt/shibboleth-sp/overrides/sptest.argosoft.eu-override.xml</span></div><div>2) <span style="background-color:rgb(43,43,43);color:rgb(169,183,198);font-family:"Source Code Pro"">/opt/shibboleth-sp/overrides/sptest2.argosoft.eu-override.xml</span><br></div><div><span style="background-color:rgb(43,43,43);color:rgb(169,183,198);font-family:"Source Code Pro""><br></span></div>In the main shibboleth2.xml file i've removed the ApplicationOverride, that now resides in it's own file.<div><br></div><div>The vhost apache location has the appropriate content setting for each applicationID</div><div><pre style="background-color:rgb(43,43,43);color:rgb(169,183,198);font-family:"Source Code Pro"">ShibRequestSetting applicationId <a href="http://sptest2.argosoft.eu">sptest2.argosoft.eu</a></pre>But it's not working, i get "handler invoked at an unconfigured location"</div><div><br></div><div>note: i'm using SP3</div><div><br></div><div>Thank's for support.</div></div>