microsoft-authentication-library-for-java icon indicating copy to clipboard operation
microsoft-authentication-library-for-java copied to clipboard

Cache improvements

Open Avery-Dunn opened this issue 2 years ago • 0 comments

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)

Avery-Dunn avatar Sep 11 '23 14:09 Avery-Dunn