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

[Bug] Fix Date-Time Parsing in Token Expiration Calculation for Multiple Formats

Open gladjohn opened this issue 1 year ago • 0 comments

Library version used

latest

Java version

latest

Scenario

ManagedIdentityClient - managed identity

Is this a new or an existing app?

None

Issue description and reproduction steps

The method responsible for calculating token expiration (expires_on) in MSAL (Managed Identity) is not handling various date-time formats correctly. This leads to errors or incorrect results when processing expiration times in different formats provided by the Managed Identity service.

more info : https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4963

Relevant code snippets

No response

Expected behavior

No response

Identity provider

Microsoft Entra ID (Work and School accounts and Personal Microsoft accounts)

Regression

No response

Solution and workarounds

No response

gladjohn avatar Oct 22 '24 14:10 gladjohn