AzureAD / microsoft-authentication-library-for-java

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

[Feature Request] refresh_in #198

Closed henrik-me closed 4 years ago

henrik-me commented 4 years ago

Refresh_In (token response) support. This feature allows the service to control when MSAL should attempt to refresh the access token (ahead of its expiration)

API Review

Avery-Dunn commented 4 years ago

Implemented in https://github.com/AzureAD/microsoft-authentication-library-for-java/pull/305, and released as part of version 1.8 https://github.com/AzureAD/microsoft-authentication-library-for-java/pull/314