This library serves as a testing framework for Duende.IdentityServer using Microsoft.AspNetCore.TestHost and makes it easy to test your web-applications in combination with Duende.IdentityServer
.
This library is supposed to be used within test-projects. Please checkout the prerequisites described by Microsoft.
Check out the docs for more information about the usage!
This package is available via nuget. You can install it using Visual-Studio-Nuget-Browser or by using the dotnet-cli for your test-project.
dotnet add package alsami.Duende.IdentityServer.AspNetCore.Testing
If you want to add a specific version of this package
dotnet add package alsami.Duende.IdentityServer.AspNetCore.Testing --version 1.0.0
For more information please visit the official dotnet-cli documentation.