openiddict-core icon indicating copy to clipboard operation
openiddict-core copied to clipboard

Port the functional server tests from ASOS and OpenIddict 2.x

Open kevinchalet opened this issue 6 years ago • 1 comments

Both ASOS and OpenIddict have a ton of functional tests that rely on ASP.NET Core's TestServer. As part of the 3.0 effort, we'll need to progressively bring them back:

  • ASOS tests: https://github.com/aspnet-contrib/AspNet.Security.OpenIdConnect.Server/tree/dev/test/AspNet.Security.OpenIdConnect.Server.Tests

  • OpenIddict tests: https://github.com/openiddict/openiddict-core/tree/2.0.0/test/OpenIddict.Server.Tests/Internal

kevinchalet avatar Aug 16 '19 18:08 kevinchalet

Most server integration tests have been ported. Only the token creation/validation tests (JWT + DataProtection) need to be added back.

kevinchalet avatar May 30 '20 17:05 kevinchalet