Skip to content

Commit

Permalink
Implement check_sp_tls
Browse files Browse the repository at this point in the history
See incommon/inc-meta#85.
  • Loading branch information
iay committed Sep 6, 2017
1 parent 0404841 commit a2f8fc7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion mdx/incommon/edugain-policy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,14 @@
<!-- Sub-rule t. -->
<ref bean="check_saml2meta"/>

<!--
Sub-rule u.
Mark SP entities with an endpoint location that
is not HTTPS-protected.
-->
<ref bean="check_sp_tls"/>

<!--
*************************************
*** ***
Expand Down Expand Up @@ -408,7 +416,6 @@
<ref bean="check_saml2int"/>
<ref bean="check_saml_strings"/>
<ref bean="check_shibboleth"/>
<ref bean="check_sp_tls"/>
<ref bean="check_uk_algorithms"/>
<ref bean="check_uk_trust"/>
<ref bean="check_uk_wayf"/>
Expand Down

0 comments on commit a2f8fc7

Please sign in to comment.