diff --git a/mdx/_rules/check_saml2int.xsl b/mdx/_rules/check_saml2int.xsl index 42f3077..37b4444 100644 --- a/mdx/_rules/check_saml2int.xsl +++ b/mdx/_rules/check_saml2int.xsl @@ -32,8 +32,10 @@ + [not( + (md:NameIDFormat[.='urn:oasis:names:tc:SAML:2.0:nameid-format:persistent']) or + (md:NameIDFormat[.='urn:oasis:names:tc:SAML:2.0:nameid-format:transient']) + )]"> SP excludes both SAML 2 name identifier formats diff --git a/mdx/_rules/check_shibboleth.xsl b/mdx/_rules/check_shibboleth.xsl index 12e87c7..a1b8370 100644 --- a/mdx/_rules/check_shibboleth.xsl +++ b/mdx/_rules/check_shibboleth.xsl @@ -36,8 +36,10 @@ We perform a very cursory test for this by insisting that they start with either "http://" or "https://". --> - + OrganizationURL '' does not start with acceptable prefix