diff options
Diffstat (limited to 'apache-sp')
-rw-r--r-- | apache-sp/Dockerfile | 1 | ||||
-rw-r--r-- | apache-sp/nordunet.png | bin | 0 -> 20823 bytes | |||
-rw-r--r-- | apache-sp/shibd/shibboleth2.xml | 2 |
3 files changed, 2 insertions, 1 deletions
diff --git a/apache-sp/Dockerfile b/apache-sp/Dockerfile index 51cc408..27f5013 100644 --- a/apache-sp/Dockerfile +++ b/apache-sp/Dockerfile @@ -10,6 +10,7 @@ ADD apache-conf/*.conf /etc/apache2/sites-available/ ADD shibd/shibboleth2.xml /etc/shibboleth/ ADD secure /var/www/secure ADD entrypoint.sh /entrypoint.sh +ADD nordunet.png /usr/share/shibboleth/nordunet.png RUN chmod a+rx /entrypoint.sh EXPOSE 443 EXPOSE 80 diff --git a/apache-sp/nordunet.png b/apache-sp/nordunet.png Binary files differnew file mode 100644 index 0000000..9948f66 --- /dev/null +++ b/apache-sp/nordunet.png diff --git a/apache-sp/shibd/shibboleth2.xml b/apache-sp/shibd/shibboleth2.xml index c6a759f..e428170 100644 --- a/apache-sp/shibd/shibboleth2.xml +++ b/apache-sp/shibd/shibboleth2.xml @@ -25,7 +25,7 @@ </SessionInitiator> </Sessions> <Errors supportContact="test@example.com" - helpLocation="/about" /> + helpLocation="/about" logoLocation="/shibboleth-sp/nordunet.png" /> <MetadataProvider type="XML" uri="file:///var/www/metadata.xml" backingFilePalth="metadata.xml" reloadInterval="300"></MetadataProvider> <AttributeExtractor type="XML" validate="true" reloadChanges="false" path="attribute-map.xml"/> <AttributeResolver type="Query" subjectMatch="true"/> |