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

Commit

Permalink
New roadmap phase definitions.
Browse files Browse the repository at this point in the history
Phase 1 now contains all SPs, phase 2 all entities.
Phase 3 no longer appears in the roadmap.
  • Loading branch information
iay committed Jul 17, 2015
1 parent 6c37c05 commit 7ccea12
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 257 deletions.
12 changes: 0 additions & 12 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1511,16 +1511,4 @@
<echo>Report complete.</echo>
</target>

<!--
inc.edugain.report.phase3
Report on the eduGAIN entities filtered out because of errors detected
under the phase 3 policy.
-->
<target name="inc.edugain.report.phase3">
<echo>Looking for errors in eduGAIN entities under phase 3 policy...</echo>
<CHANNEL.do channel="incommon" verb="report-phase3"/>
<echo>Report complete.</echo>
</target>

</project>
23 changes: 0 additions & 23 deletions mdx/incommon/edugain-phase2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,29 +42,6 @@
<property name="whitelistingRegistrationAuthorities" value="false"/>
</bean>

<!--
Remove all but those eduGAIN entities we intend to import in this
phase of the roadmap.
Phase 2: import all SPs, plus IdPs that support global R&S.
-->
<bean p:id="selectEntities" parent="XPathFilteringStage"
p:XPathExpression="not(/md:EntityDescriptor
[md:IDPSSODescriptor]
[md:Extensions
/mdattr:EntityAttributes
/saml:Attribute
[@NameFormat = 'urn:oasis:names:tc:SAML:2.0:attrname-format:uri']
[@Name = 'http://macedir.org/entity-category-support']
/saml:AttributeValue
[. = 'http://refeds.org/category/research-and-scholarship']
]
or
/md:EntityDescriptor
[md:SPSSODescriptor]
)"
/>

<!-- Filter the entity attributes imported from eduGAIN. -->
<bean parent="EntityAttributeFilteringStage" p:id="entityAttributes">
<property name="rules">
Expand Down
147 changes: 0 additions & 147 deletions mdx/incommon/edugain-phase3.xml

This file was deleted.

14 changes: 2 additions & 12 deletions mdx/incommon/edugain-policy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,10 @@
Remove all but those eduGAIN entities we intend to import in this
phase of the roadmap.
Phase 1: import only IdPs that support global R&S.
Phase 1: import only SP entities.
-->
<bean p:id="selectEntities" parent="XPathFilteringStage"
p:XPathExpression="not(/md:EntityDescriptor
[md:IDPSSODescriptor]
[md:Extensions
/mdattr:EntityAttributes
/saml:Attribute
[@NameFormat = 'urn:oasis:names:tc:SAML:2.0:attrname-format:uri']
[@Name = 'http://macedir.org/entity-category-support']
/saml:AttributeValue
[. = 'http://refeds.org/category/research-and-scholarship']
]
)"
p:XPathExpression="not(/md:EntityDescriptor[md:SPSSODescriptor])"
/>

<!-- Filter the entity attributes imported from eduGAIN. -->
Expand Down
63 changes: 0 additions & 63 deletions mdx/incommon/report-phase3.xml

This file was deleted.

0 comments on commit 7ccea12

Please sign in to comment.