diff --git a/test-compose/sp/Dockerfile b/test-compose/sp/Dockerfile index afe4769..6081077 100644 --- a/test-compose/sp/Dockerfile +++ b/test-compose/sp/Dockerfile @@ -14,6 +14,7 @@ ADD container_files/ssl.conf /etc/httpd/conf.d/ ADD container_files/testsp.crt /etc/pki/tls/certs/ ADD container_files/testsp.key /etc/pki/tls/private/ ADD container_files/index.php /var/www/html/secure/ +COPY container_files/attribute-map.xml /etc/shibboleth/ ## Uncomment the two lines below to generate new signing and encryption keys/certs for the Shibboleth SP #RUN /etc/shibboleth/keygen.sh -o /etc/shibboleth/ -f -h my.special.name -y 10 -n sp-signing && \