Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We are using acquireTokenByClientCredential to get an app-to-app token. We tried using the same user multiple times and it seemed to cache since I didn't see any extra calls going out to MS. But I did have a couple questions:
"Since this is a “client credentials flow”, this uses the application token cache. This method takes care of verifying the application token cache before sending a request to the security token service (STS)."
But that's as much as I could find on it