Skip to content

Commit

Permalink
Add a prefix for the icmd namespace, which is used by InCommon for se…
Browse files Browse the repository at this point in the history
…curity contacts.
  • Loading branch information
iay committed May 1, 2013
1 parent 62e85c5 commit 0aa44e6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mdx/common-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,15 @@
***********************************************
-->

<!--
icmd_namespace
Namespace URI for the icmd prefix: InCommon specific metadata.
-->
<bean id="icmd_namespace" class="java.lang.String">
<constructor-arg value="http://id.incommon.org/metadata"/>
</bean>

<!--
commonNamespaces
Expand All @@ -160,6 +169,7 @@
<entry key="dsig11" value="http://www.w3.org/2009/xmldsig11#"/>
<entry key="elab" value="http://eduserv.org.uk/labels"/>
<entry key="hoksso" value="urn:oasis:names:tc:SAML:2.0:profiles:holder-of-key:SSO:browser"/>
<entry key="icmd" value-ref="icmd_namespace"/>
<entry key="idpdisc" value="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"/>
<entry key="init" value="urn:oasis:names:tc:SAML:profiles:SSO:request-init"/>
<entry key="md" value="urn:oasis:names:tc:SAML:2.0:metadata"/>
Expand Down

0 comments on commit 0aa44e6

Please sign in to comment.