Absolute path references in Shibboleth IDP configuration

Ajay Arora ajayrkarora at yahoo.com
Tue Feb 18 18:32:47 EST 2014



Hi,

Would you please let me know if the below 7 absolute path references (<Absolute_Path_To>) can be replaced by class-path references or relative path references or resolved using a Linux environment variable like ${IDP_PATH} ?


1. handler.xml

<ph:LoginHandler xsi:type="ph:UsernamePassword"
                  jaasConfigurationLocation="<Absolute_Path_To>/login.config">


 
  
<ph:ProfileHandler xsi:type="ph:SAMLMetadata"
metadataFile="<Absolute_Path_To>/idp-metadata.xml">


relying-party.xml


        <metadata:MetadataProvider id="IdPMD" xsi:type="metadata:FilesystemMetadataProvider"
                                   metadataFile="<Absolute_Path_To>/idp-metadata.xml"
                                   maxRefreshDelay="P1D" />

        <metadata:MetadataProvider xsi:type="FilesystemMetadataProvider"
             xmlns="urn:mace:shibboleth:2.0:metadata" id="XYZSPMETADATA"
             metadataFile="<Absolute_Path_To>/xyz-metadata.xml" />

<security:Credential id="IdPCredential" xsi:type="security:X509Filesystem">
        <security:PrivateKey><Absolute_Path_To>/idp.key</security:PrivateKey>
        <security:Certificate><Absolute_Path_To>/idp.crt</security:Certificate>
    </security:Credential>

internal.xml
  <bean
id="shibboleth.LogbackLogging"
class="edu.internet2.middleware.shibboleth.common.log.LogbackLoggingService"
depends-on="shibboleth.TaskTimer">

 <constructor-arg
value="<Absolute_Path_To>/logging.xml"/>

Thanks,
Ajay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20140218/e75fd984/attachment.html 


More information about the users mailing list