TobiUll
Results
2
comments of
TobiUll
I think the problem is a TimeZone issue. Within the constructors of com.azure.identity.implementation.MsalToken the expiresAt is created in UTC: OffsetDateTime.ofInstant(msalResult.expiresOnDate().toInstant(), ZoneOffset.UTC) The isExpired check within com.azure.identity.implementation.IdentitySyncClient using the MsalToken is...
and https://github.com/microsoftgraph/msgraph-sdk-java/issues/2355 seems to be a duplicate of this issue #