When using Microsoft Authentication Library for Python (MSAL) on the server side, is it safe to share single ConfidentialClientApplication object between several threads?
In other words, if different users acquire new tokens in parallel threads at the same moment, will the underlying TokenCache remain consistent?