I have found the following behavior of WCF in combination with BizTalk:
I have a BizTalk application, in which I published the orchestration as a WCF Service and I changed the binding to allow a maximum received file size of 2 GB. When I submit a request larger than 65KB it works fine with basic authentication and anonymous. As soon as I enable Client certificate authentication I get 413 Request Entity Too Large. Is this a known issue in BizTalk, or is there something I am not doing correctly?