Skip to content

Commit

Permalink
Add very basic coverage of the algorithm support metadata extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Dec 12, 2012
1 parent 162b87e commit 55c75e2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
check_algorithms.xsl
check_algsupport.xsl
Checking ruleset that checks encryption algorithm values, and the
SAML V2.0 Metadata Profile for Algorithm Support.
Checking ruleset for the SAML V2.0 Metadata Profile for Algorithm Support.
Author: Ian A. Young <ian@iay.org.uk>
Expand Down
23 changes: 23 additions & 0 deletions mdx/validation-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,28 @@
</bean>


<!--
***********************************************************
*** ***
*** A L G S U P P O R T S P E C I F I C A T I O N ***
*** ***
***********************************************************
-->


<!--
check_algsupport
-->
<bean id="check_algsupport" parent="check_xslt_parent"
p:id="check_algsupport">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_algsupport.xsl"/>
</bean>
</property>
</bean>


<!--
*********************
*** ***
Expand Down Expand Up @@ -573,6 +595,7 @@
<property name="composedStages">
<list>
<ref bean="check_adfs"/>
<ref bean="check_algsupport"/>
<ref bean="check_bindings"/>
<ref bean="check_hoksso"/>
<ref bean="check_idpdisc"/>
Expand Down

0 comments on commit 55c75e2

Please sign in to comment.