[java-identity-provider COMMIT] /trunk/idp-schema/src/main/resources/schema/shibboleth-afp-mf-saml.xsd

noreply at shibboleth.net noreply at shibboleth.net
Thu Jun 26 05:10:20 EDT 2014


Author: rdw
Date: Thu Jun 26 05:10:20 2014
New Revision: 6177

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6177&view=rev
Log:
IDP-423 As a test add an AttributeID to the EntityAttributeInMetadata schema type.  We can remove this before the next Alpha if we decide this is wrong.

Modified:
    trunk/idp-schema/src/main/resources/schema/shibboleth-afp-mf-saml.xsd

Modified: trunk/idp-schema/src/main/resources/schema/shibboleth-afp-mf-saml.xsd
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-schema/src/main/resources/schema/shibboleth-afp-mf-saml.xsd?rev=6177&r1=6176&r2=6177&view=diff
==============================================================================
--- trunk/idp-schema/src/main/resources/schema/shibboleth-afp-mf-saml.xsd (original)
+++ trunk/idp-schema/src/main/resources/schema/shibboleth-afp-mf-saml.xsd Thu Jun 26 05:10:20 2014
@@ -222,6 +222,8 @@
             <documentation>
                 A match function that evaluates to true if an attribute (or specific values) is specified by
                 the EntityAttributes on the requesting entity's SP metadata.
+                
+                CURRENTLY DEPRECATED awaiting finalization of configurations
             </documentation>
         </annotation>
         <complexContent>
@@ -231,6 +233,13 @@
                         <documentation>
                             A boolean flag indicating whether a match should occur if (after mapping)
                             the metadata does not contain and Attributes.
+                        </documentation>
+                    </annotation>
+                </attribute>
+                <attribute name="attributeID" type="string">
+                    <annotation>
+                        <documentation>
+                            The name of the (IdP) attribute Identifier to apply this to.
                         </documentation>
                     </annotation>
                 </attribute>



More information about the commits mailing list