This package has been deprecated. Feel free to clone it and maintain it, if needed. The package has been ported to support Duende.IdentityServer
. The repository can be found here.
This library serves as a testing framework for IdentityServer4 using Microsoft.AspNetCore.Mvc.Testing and makes it easy to test your web-applications in combination with IdentityServer4
.
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 IdentityServer4.Contrib.AspNetCore.Testing
If you want to add a specific version of this package
dotnet add package IdentityServer4.Contrib.AspNetCore.Testing --version 1.0.0
For more information please visit the official dotnet-cli documentation.