Azure-Samples/ms-identity-java-devicecodeflow

Sample does not showcase AcquireTokenSilent best practice

Closed this issue · 1 comments

MSAL libraries must call AcquireTokenSilent. Even for U/P flow, this provides the benefit that it can find a fresh AT in the cache, so it eliminates the need to make a network call. This also lowers COGS for AAD.