Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Add new technical policy rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed May 10, 2016
1 parent 427d5c3 commit 708df33
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions mdx/incommon/edugain-policy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,34 @@
entities are merged in with the ones from InCommon.
-->

<!--
The following technical policy rules do not yet appear in the
published wiki page.
-->

<!--
Filter entities whose entityID does not start with one of the
following prefixes: urn:mace:, http://, https://.
-->
<ref bean="check_entityid_prefix"/>

<!--
Filter all imported IdP entities with an endpoint location that
is not HTTPS-protected.
-->
<ref bean="check_idp_tls"/>

<!--
Filter all imported mdui:Logo elements (not entities) with a URL
that is not HTTPS-protected.
-->
<ref bean="stripMDUILogoHttp"/>

<!--
Filter entities containing literal CR characters.
-->
<ref bean="check_cr"/>

<!--
Policy rules below this point are not called out explicitly in the
published policy wiki page.
Expand Down
2 changes: 1 addition & 1 deletion mdx/incommon/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<!--
Announce any entities marked as having errors or warnings.
-->
<ref bean="errorAnnouncer"/>
<ref bean="warningAndErrorAnnouncer"/>
</list>
</property>
</bean>
Expand Down

0 comments on commit 708df33

Please sign in to comment.