Add hook for specifying signing algorithms.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 23 Jun 2005 19:34:50 +0000 (19:34 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 23 Jun 2005 19:34:50 +0000 (19:34 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1731 cb58f699-b61c-0410-a6fe-9272a202ed29

schemas/shibboleth-targetconfig-1.0.xsd

index 1ce0fe3..fad9d02 100644 (file)
                <attribute name="TLS" type="string" use="optional"/>
                <attribute name="Signing" type="string" use="optional"/>
                <attribute name="signRequest" type="boolean" use="optional" default="false"/>
+               <attribute name="signatureAlg" type="anyURI" use="optional"/>
+               <attribute name="digestAlg" type="anyURI" use="optional"/>
                <attribute name="signedResponse" type="boolean" use="optional" default="false"/>
                <attribute name="signedAssertions" type="boolean" use="optional" default="false"/>
        </attributeGroup>