I am running an asp.net core application on a windows docker. Simply, application authenticates with Google API to upload & download files.
The application works fine on localhost with IIS Express. But on windows docker container it's populating an error:
Google.Apis.Auth.OAuth2.Responses.TokenResponseException: Error:"invalid_grant", Description:"Invalid JWT: Token must be a short-lived token (60 minutes) and in a reasonable timeframe. Check your iat and exp values and use a clock with a skew to account for clock differences between systems."
I took a look at "docker system info" time was ok. But I went into the container to check the time it was 10 hours later than the "docker system time".
I stuck with this error, please help.