ExternalConfigurationOverride

Stefano Corallo scorallo at argosoft.it
Mon Jan 14 11:41:32 EST 2019


Hi all,

i'm new to this list and pretty new to shibboleth too.

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:

Example:
1) sptest.argosoft.eu --> map to applicationID sptest.argosoft.eu
2) sptest2.argosoft.eu -->map to applicationID sptest2.argosoft.eu

Everything work fine if i configure the shibboleth2.xml config with both of
ApplicationOverrides:

<ApplicationOverride id="sptest.argosoft.eu"
entityID="https://sptest.argosoft.eu">
....
....
</ApplicationOverride>
<ApplicationOverride id="sptest2.argosoft.eu"
entityID="https://sptest2.argosoft.eu">

....
....
</ApplicationOverride>

I'd like to use the ExternalApplicationOverrides directive and i've tried
with:
<ExternalApplicationOverrides path="/opt/shibboleth-sp/overrides"/>

In that directory i put 2 file, like specified in documentation:
1) /opt/shibboleth-sp/overrides/sptest.argosoft.eu-override.xml
2) /opt/shibboleth-sp/overrides/sptest2.argosoft.eu-override.xml

In the main shibboleth2.xml file i've removed the ApplicationOverride, that
now resides in it's own file.

The vhost apache location has the appropriate content setting for each
applicationID

ShibRequestSetting applicationId sptest2.argosoft.eu

But it's not working, i get "handler invoked at an unconfigured location"

note: i'm using SP3

Thank's for support.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20190114/0b959d56/attachment.html>


More information about the users mailing list