-
-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port the functional server tests from ASOS and OpenIddict 2.x #762
Labels
Comments
kevinchalet
changed the title
Backport the functional tests from ASOS and OpenIddict 2.x
Port the functional tests from ASOS and OpenIddict 2.x
Aug 30, 2019
kevinchalet
changed the title
Port the functional tests from ASOS and OpenIddict 2.x
Port the functional server tests from ASOS and OpenIddict 2.x
Sep 27, 2019
This was referenced Dec 13, 2019
This was referenced Jan 3, 2020
This was referenced Jan 13, 2020
Most server integration tests have been ported. Only the token creation/validation tests (JWT + DataProtection) need to be added back. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: