Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated shib defaults
chubing committed Oct 15, 2017
1 parent fbe714f commit 2c17c2f
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions test-compose/www/Dockerfile
@@ -17,6 +17,7 @@ COPY container_files/httpd/localhost.key /etc/pki/tls/private
# Replace the contents of the files in the following 2 lines with shibboleth cert and private key
COPY container_files/shibboleth/sp-cert.pem /etc/shibboleth
COPY container_files/shibboleth/sp-key.pem /etc/shibboleth
COPY container_files/shibboleth/federation-metadata.xml /etc/shibboleth

# Make sure to modify the entityID value in this file with that of your SP
COPY container_files/shibboleth/shibboleth2.xml /etc/shibboleth/shibboleth2.xml
Empty file.
6 changes: 1 addition & 5 deletions test-compose/www/container_files/shibboleth/shibboleth2.xml
@@ -22,7 +22,7 @@


<!-- The ApplicationDefaults element is where most of Shibboleth's SAML bits are defined. -->
<ApplicationDefaults entityID="https://jagger.testbed.tier.internet2.edu/shibboleth"
<ApplicationDefaults entityID="https://grouperdemo.testbed.tier.internet2.edu/shibboleth"
REMOTE_USER="eppn persistent-id targeted-id">

<!--
@@ -95,10 +95,6 @@
attributeValue="http://refeds.org/category/hide-from-discovery" />
</MetadataProvider>


<!-- Example of locally maintained metadata. -->
<MetadataProvider type="XML" validate="true" file="login.adm.internet2.edu-metadata.xml"/>

<!-- Map to extract attributes from SAML assertions. -->
<AttributeExtractor type="XML" validate="true" reloadChanges="false" path="attribute-map.xml"/>

0 comments on commit 2c17c2f

Please sign in to comment.