I have an add-in in Outlook that has the ReadWriteMailbox permissions, but when I call getCallbackTokenAsync({ isRest: false }, callback), the token I get back has no signature. Basically, the token I'm getting is in the format xxxxxx.yyyyyy (instead of xxxxxx.yyyyyy.ZZZZZZ).
This appears to have just started happening in the last 2 days, however, the last time I worked on this project was about 4 months ago so it may have started happening sometime before now, but I'm just now seeing the error.
The EWS server is Office 365 (https://outlook.office365.com/EWS/Exchange.asmx).
I have also noticed that calling getCallbackTokenAsync has returned the same token, minus the signature the last 2 days.