我正在Windows docker上运行asp.net核心应用程序。简单地说,应用程序使用Google API进行身份验证即可上传和下载文件。
该应用程序在IIS Express的localhost上运行正常。 但是在windows docker容器上,它填充了错误:
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."
我看了一下“码头系统信息”时间还可以。但是我进入容器检查时间比“码头系统时间”晚了10个小时。
我坚持这个错误,请帮助。