signature method validation error


Hello

I’m getting the following error message at our service provider -

The ‘SignatureMethod’ attribute is invalid - The value ‘http://www.w3.org/2000/09/xmldsig#rsa-sha256’ is invalid according to its datatype ‘urn:componentspace:SAML:2.0:configuration:SignatureMethodType’

Anyone seen this before / shed any light ?

Many thanks

The signature method should be "<a href=“http://www.w3.org/2001/04/xmldsig-more#rsa-sha256".">http://www.w3.org/2001/04/xmldsig-more#rsa-sha256”.

Valid signature methods are:
http://www.w3.org/2000/09/xmldsig#rsa-sha1
http://www.w3.org/2001/04/xmldsig-more#rsa-sha256
http://www.w3.org/2001/04/xmldsig-more#rsa-sha384
http://www.w3.org/2001/04/xmldsig-more#rsa-sha512

Valid digest methods are:
http://www.w3.org/2000/09/xmldsig#sha1
http://www.w3.org/2001/04/xmlenc#sha256
http://www.w3.org/2001/04/xmldsig-more#sha384
http://www.w3.org/2001/04/xmlenc#sha512

We default to http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 and http://www.w3.org/2001/04/xmlenc#sha256 respectively.