</Host>
<Host name="produktiv.rwth-aachen.de">
<Path name="anwendungprod" authType="shibboleth"
requireSession="true" applicationId="anwendungprod" />
</Host>
</RequestMap>
</RequestMapper>
<!--
The ApplicationDefaults element is where most of Shibboleth's SAML bits are defined.
Resource requests are mapped by the RequestMapper to an applicationId that
points into to this section.
-->
<ApplicationDefaults id="default" policyId="default"
entityID="https://produktiv.rwth-aachen.de/shibboleth2"
REMOTE_USER="eppn persistent-id targeted-id"
signing="false" encryption="false">
...
<ApplicationOverride id="anwendungtest" entityID="https://test.rwth-aachen.de/anwendungtest/shibboleth" homeURL="https://test.rwth-aachen.de/anwendungtest">
<Sessions lifetime="28800" timeout="3600" checkAddress="false" consistentAddress="false"
handlerURL="/anendungtest/Shibboleth.sso" handlerSSL="true"
exportLocation="http://localhost/Shibboleth.sso/GetAssertion" exportACL="127.0.0.1"
idpHistory="false" idpHistoryDays="7" cookieProps="https" redirectLimit="exact">
<!-- SSO verfügbar ab Shibboleth Service Provider (shibd)
Version 2.4, ansonsten hier weiterhin <SessionInitiator>
verwenden -->
<SSO entityID="https://login-test.rz.rwth-aachen.de/shibboleth">
SAML2
</SSO>
</Sessions>
<MetadataProvider type="XML" uri="https://sso-test.rwth-aachen.de/metadata/rwth.metadata.xml"
backingFilePath="sso-test.rwth.metadata.xml" reloadInterval="7200">
<MetadataFilter type="Signature" certificate="/Pfad/zum/sso.pem"/>
</MetadataProvider>
</ApplicationOverride>
<!-- produktiv ist jetzt eigentlich nicht nötig, da als Default
definiert. Aber hier nochmal um den Unterschied darzustellen: -->
<ApplicationOverride id="anwendungprod" entityID="https://produktiv.rwth-aachen.de/anwendungprod/shibboleth" homeURL="https://produktiv.rwth-aachen.de/anwendungprod">
<Sessions lifetime="28800" timeout="3600" checkAddress="false" consistentAddress="false"
handlerURL="/anendungprod/Shibboleth.sso" handlerSSL="true"
exportLocation="http://localhost/Shibboleth.sso/GetAssertion" exportACL="127.0.0.1"
idpHistory="false" idpHistoryDays="7" cookieProps="https">
<SSO entityID="https://login.rz.rwth-aachen.de/shibboleth">
SAML2
</SSO>
</Sessions>
<MetadataProvider type="XML" uri="https://sso.rwth-aachen.de/metadata/rwth.metadata.xml"
backingFilePath="sso.rwth.metadata.xml" reloadInterval="7200">
<MetadataFilter type="Signature" certificate="/Pfad/zum/sso.pem"/>
</MetadataProvider>
</ApplicationOverride>
...
In addition you can find the official documentation here: https://wiki.shibboleth.net/confluence/x/fIBC, https://wiki.shibboleth.net/confluence/x/yYBC