From 8ed7081c80af80533ed4d8f88ac75fd5ea2f5b21 Mon Sep 17 00:00:00 2001 From: Fredrik Aslund Date: Fri, 13 May 2016 10:36:24 +0200 Subject: require IdP Logos to be https:ed mah Logo moved to https SWAMIDOPS-8177 --- Makefile | 3 +++ swamid-2.0/idp.mah.se-idp-shibboleth.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2bc75f08..1ddda5fa 100644 --- a/Makefile +++ b/Makefile @@ -158,6 +158,9 @@ committest: test @for x in `find $(SRCDIRS) -name \*.xml`; do if ! grep -qx `basename $$x` sp-with-simplesign && grep -q HTTP-POST-SimpleSign $$x ; then echo " $$x" ; fi ; done | grep . && exit 1 || true @echo "Check for IdP:s with AL2 without AL1" @for x in `find $(SRCDIRS) -name \*.xml`; do if grep -q http://www.swamid.se/policy/assurance/al2 $$x && ! grep -q http://www.swamid.se/policy/assurance/al1 $$x ; then echo " $$x" ; fi ; done | grep . && exit 1 || true + @echo "Check for IdP:s with Logos over http" + @for x in `find $(SRCDIRS) -name \*.xml`; do if cat $$x | sed -n '/IDPSSODescriptor/,/\/IDPSSODescriptor/p' | grep -q 'Logo .*http://' ; then echo " $$x" ; fi ; done | grep . && exit 1 || true + commit: tidy committest @git diff --color || true diff --git a/swamid-2.0/idp.mah.se-idp-shibboleth.xml b/swamid-2.0/idp.mah.se-idp-shibboleth.xml index 2106d930..bf0c4810 100644 --- a/swamid-2.0/idp.mah.se-idp-shibboleth.xml +++ b/swamid-2.0/idp.mah.se-idp-shibboleth.xml @@ -10,7 +10,7 @@ Identity Provider for Malmö University http://www.mah.se http://www.mah.se/english - http://cdn.mah.se/images/header/en/logo_en.jpg + https://cdn.mah.se/images/header/en/logo_en.jpg https://cdn.mah.se/images/header/sv/logo_sv.jpg https://cdn.mah.se/images/header/en/logo_en.jpg mah malmo+hogskola malmo+university -- cgit v1.2.3