AzureAD / microsoft-authentication-library-for-java

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

Adjust retry policy for Managed Identity flows #798

Closed Avery-Dunn closed 3 months ago

Avery-Dunn commented 3 months ago

For SDK consistency, this PR adjusts the retry logic for Managed Identity flows: it now attempts 3 retries, with a 1 second delay between each.