AzureAD / microsoft-authentication-library-for-java

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

Add missing refreshOn metadata #838

Closed Avery-Dunn closed 2 months ago

Avery-Dunn commented 2 months ago

A new field of auth result metadata was recently added to AuthenticationResults in https://github.com/AzureAD/microsoft-authentication-library-for-java/pull/829

However, as described in https://github.com/AzureAD/microsoft-authentication-library-for-java/issues/836, there are some other code paths where the AuthenticationResult is built and was missing the metadata object in the builder.