This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Canonicalization algorithm (http://www.w3.org/2001/10/xml-exc-c14n#WithComments) from Authn Request is not supportedkshiva Dec 12, 2016 4:54 AM (in response to kshiva)Hi, I found the solution to fix the issue: 1. PicketLink provides a default algorithm http://www.w3.org/2001/10/xml-exc-c14n#WithComments which is not supported by my client IDP 2. Add "CanonicalizationMethod" to SP picketlink.xml under <PicketLinkSP> tag. 3. For this "CanonicalizationMethod" attribute add the following value: "http://www.w3.org/2001/10/xml-exc-c14n#" The issue got resolved. Thanks, Krishna 
