IdentityServer4TestServer icon indicating copy to clipboard operation
IdentityServer4TestServer copied to clipboard

Identity Server 4 testing helper for .NET Core

Results 3 IdentityServer4TestServer issues
Sort by recently updated
recently updated
newest added

I think it would be really helpful to have some extra sample projects. For example, it would be nice to have a simple API (as seen [here](https://identityserver4.readthedocs.io/en/release/quickstarts/1_client_credentials.html#adding-an-api)) and then show...

Hi @devdigital I am now contribute a web service which combine mvcclient and identity server. But I can't do test with two server. for example: Used httpclient sent request to...

My Idserver Project: ![1](https://user-images.githubusercontent.com/16309962/50392316-5258aa80-0788-11e9-841f-5a4e994a9b99.jpg) ![2](https://user-images.githubusercontent.com/16309962/50392318-597fb880-0788-11e9-9de8-a4910762e730.jpg) Then I create the xunit prject and reference the IdServer Project rebuild log: ``` 1>------ Rebuild All started: Project: Identity.API, Configuration: Debug Any CPU ------...