Upgraded dotnet core 2.1 - ObjectDisposedException: Safe handle has been closed

660 Views Asked by At

We have a development environment running in 2.0 on both Windows and Linux without problems.

This uses JwtSecurityTokenHandler().WriteToken() from the System.IdentityModel.Tokens.Jwt library to generate tokens.

We've upgraded to 2.1 and this method is now working correctly on Windows, but fails on the Linux distro (Ubuntu 17.10).

Has anyone else experienced this or found problems with this library?

We're trying to debug internally, but would appreciate if anyone has experienced a similar problem.

0

There are 0 best solutions below