/
ExcludedAlgorithms
ExcludedAlgorithms
The content of this element is a whitespace-separated list of security algorithms, specified as XML Security URIs, to disable.
Reference
Attributes
Name | Type | Default | Description |
---|---|---|---|
excludeDefaults (as of V3.2, formerly includeDefaultBlacklist) | boolean | true | Whether to disable known weak algotithms |
Examples (V3.2+)
<!-- Disables known weak algorithms. -->
<ExcludedAlgorithms excludeDefaults="true"/>
<ExcludedAlgorithms excludeDefaults="true">
http://www.w3.org/2001/04/xmldsig-more#rsa-md5
http://www.w3.org/2001/04/xmldsig-more#md5
</ExcludedAlgorithms>
Examples (Older)
<!-- Disables known weak algorithms. -->
<AlgorithmBlacklist includeDefaultBlacklist="true"/>
<AlgorithmBlacklist includeDefaultBlacklist="true">
http://www.w3.org/2001/04/xmldsig-more#rsa-md5
http://www.w3.org/2001/04/xmldsig-more#md5
</AlgorithmBlacklist>
, multiple selections available,
Related content
Ignore Rule
Ignore Rule
Read with this
AlgorithmFilter
AlgorithmFilter
More like this
AlgorithmFilter
AlgorithmFilter
More like this
RelyingParty
RelyingParty
More like this
EntityAttributesFilter
EntityAttributesFilter
More like this
XMLAttributeFilter
XMLAttributeFilter
Read with this