[Feature request]: Replace usage of IdentityServer4 in tests #3008
Labels
feature suggestion
help-wanted
A change up for grabs for contributions from the community
up-for-grabs
Is your feature request related to a specific problem? Or an existing feature?
#3007 flagged that IdentityServer4 is completely deprecated and contains a number of vulnerabilities that cause errors when building with the .NET 9+ SDK (e.g. GHSA-55p7-v223-x366 and GHSA-ff4q-64jc-gx98).
For now, as this is just test code, we can suppress these like this:
Swashbuckle.AspNetCore/test/WebSites/OAuth2Integration/OAuth2Integration.csproj
Lines 18 to 22 in 8114ddd
Instead, we should properly fix the errors by using a supported alternative.
Describe the solution you'd like
Replace usage of with a more modern and supported alternative, such as Duende.IdentityServer.
Additional context
No response
The text was updated successfully, but these errors were encountered: