AzureAD / microsoft-authentication-library-for-java

Microsoft Authentication Library (MSAL) for Java http://aka.ms/aadv2
MIT License
284 stars 142 forks source link

Cache improvements #708

Open Avery-Dunn opened 12 months ago

Avery-Dunn commented 12 months ago

Adds an option to use a static/shared cache in ConfidentialClientApplication instead of the per-instance cache (https://github.com/AzureAD/microsoft-authentication-library-for-java/issues/699), and adds a new field to AuthenticationResult to store helpful metadata about the result (https://github.com/AzureAD/microsoft-authentication-library-for-java/issues/697)