diff --git a/Workbench/idp/Dockerfile b/Workbench/idp/Dockerfile index 4968448..b4e2b8f 100644 --- a/Workbench/idp/Dockerfile +++ b/Workbench/idp/Dockerfile @@ -1,4 +1,4 @@ -FROM tier/shib-idp:3.4.6_20191002 +FROM tier/shib-idp:latest LABEL author="tier-packaging@internet2.edu " diff --git a/Workbench/idp/shibboleth-idp/conf/attribute-filter.xml b/Workbench/idp/shibboleth-idp/conf/attribute-filter.xml index b3cfee1..5dfaec8 100644 --- a/Workbench/idp/shibboleth-idp/conf/attribute-filter.xml +++ b/Workbench/idp/shibboleth-idp/conf/attribute-filter.xml @@ -1,47 +1,26 @@ - - + xsi:schemaLocation="urn:mace:shibboleth:2.0:afp http://shibboleth.net/schema/idp/shibboleth-afp.xsd"> - - + + - - - + - - - + - - - + - + - - + + - - - + - + - + diff --git a/Workbench/idp/shibboleth-idp/conf/attribute-resolver.xml b/Workbench/idp/shibboleth-idp/conf/attribute-resolver.xml index ee9519f..03df80f 100644 --- a/Workbench/idp/shibboleth-idp/conf/attribute-resolver.xml +++ b/Workbench/idp/shibboleth-idp/conf/attribute-resolver.xml @@ -1,245 +1,47 @@ - - + xsi:schemaLocation="urn:mace:shibboleth:2.0:resolver http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd"> - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + @@ -247,47 +49,42 @@ - - + - - - + + - \ No newline at end of file + diff --git a/Workbench/idp/shibboleth-idp/edit-webapp/images/csp_logo.jpg b/Workbench/idp/shibboleth-idp/edit-webapp/images/csp_logo.jpg new file mode 100644 index 0000000..cbcdab1 Binary files /dev/null and b/Workbench/idp/shibboleth-idp/edit-webapp/images/csp_logo.jpg differ diff --git a/Workbench/idp/shibboleth-idp/messages/messages.properties b/Workbench/idp/shibboleth-idp/messages/messages.properties new file mode 100644 index 0000000..1544641 --- /dev/null +++ b/Workbench/idp/shibboleth-idp/messages/messages.properties @@ -0,0 +1,2 @@ +idp.logo = /images/csp_logo.jpg +idp.logo.alt-text = InCommon CSP diff --git a/Workbench/webproxy/Dockerfile b/Workbench/webproxy/Dockerfile index 98f78cc..160806d 100644 --- a/Workbench/webproxy/Dockerfile +++ b/Workbench/webproxy/Dockerfile @@ -2,4 +2,5 @@ FROM tier/shibboleth_sp:latest COPY container_files/httpd/proxy.conf /etc/httpd/conf.d/ COPY container_files/httpd/index.html /var/www/html/ +COPY container_files/httpd/csp_logo.jpg /var/www/html/ diff --git a/Workbench/webproxy/container_files/httpd/csp_logo.jpg b/Workbench/webproxy/container_files/httpd/csp_logo.jpg new file mode 100644 index 0000000..cbcdab1 Binary files /dev/null and b/Workbench/webproxy/container_files/httpd/csp_logo.jpg differ diff --git a/Workbench/webproxy/container_files/httpd/index.html b/Workbench/webproxy/container_files/httpd/index.html index 1160f0c..55279c2 100644 --- a/Workbench/webproxy/container_files/httpd/index.html +++ b/Workbench/webproxy/container_files/httpd/index.html @@ -1,4 +1,5 @@ -
+ +

Welcome to the InCommon TAP Workbench!


This is your own personal instance of the InCommon Trusted Access Platform Workbench.