Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • To help out others, how large did you have to set SOAP_TMPLEN? It is 2K (2048) by default. How much longer are these tokens? Commented Jul 22 at 12:59
  • 1
    @Dr.AlexRE In our testing, we saw that the token size is just above 2048 (so it was getting truncated). Microsoft confirmed that the token size can reach 8k. Commented Jul 23 at 8:10