Closed bjammin closed 6 years ago
It seems the time in the issued nonce is in UTC, but this is being compared against the local time by ExternalAuthController.
Proposed fix: ExternalAuthController.cs
if (nonce.Created.AddMinutes(30) < DateTime.UtcNow)
Sorry for raising this as an issue, I'm not sure if you're open to pull requests.
coded a fix. will include in deployment for next release
It seems the time in the issued nonce is in UTC, but this is being compared against the local time by ExternalAuthController.
Proposed fix: ExternalAuthController.cs
Sorry for raising this as an issue, I'm not sure if you're open to pull requests.