I am implementing a secure token service (STS), which uses certificates to authenticate the caller.
A third party application uses "http://www.w3.org/TR/2001/REC-xml-c14n-20010315" as a Canonicalization Method Algorithm.
How can I add this String to the accepted C14n Algorithms in org.apache.cxf.sts.SignatureProperties?
I am quite lost, because I know no way to reach the properties and edit them.
I have also tried to solve this problem with policies -> without luck. It seems, that CXF does not honor the element sp:InclusiveC14N: java - JBOSS: Invalid algorithm http://www.w3.org/TR/2001/REC-xml-c14n-20010315 (InclusiveC14N) - Stack Overflow