From 3734f3efa583fa3165c1d7749262218e804e984f Mon Sep 17 00:00:00 2001 From: Ian Young Date: Mon, 15 Mar 2010 14:54:19 +0000 Subject: [PATCH] Add a checking ruleset for the ADFS metadata profile. Note that one check is being held down to "warning" level until an existing entity which breaks the rule in question is corrected. --- build.xml | 3 +- build/check_adfs.xsl | 81 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+), 1 deletion(-) create mode 100644 build/check_adfs.xsl diff --git a/build.xml b/build.xml index 0bf01a69..2e83af9a 100644 --- a/build.xml +++ b/build.xml @@ -775,10 +775,11 @@ - + + diff --git a/build/check_adfs.xsl b/build/check_adfs.xsl new file mode 100644 index 00000000..dfa12ae2 --- /dev/null +++ b/build/check_adfs.xsl @@ -0,0 +1,81 @@ + + + + + + + + + + + ADFS IdP role lacks SSO service with appropriate Binding + + + + + + + + ADFS SP role lacks SSO service with appropriate Binding + + + + + + + ADFS SingleSignOnService requires appropriate protocolSupportEnumeration + + + + + + ADFS AssertionConsumerService requires appropriate protocolSupportEnumeration + + + + + + ADFS SingleLogoutService requires appropriate protocolSupportEnumeration + + + +