Use IdentityServer in SwaggerUI to consume a secured ASP.Net WebAPI
I was fiddling with securing an ASP.Net WebAPI using IdentityServer3 [https://identityserver.github.io/Documentation/docsv2/] and I also wanted to use Swagger [http://swagger.io/] for documenting the API and therefore needed it to integrate with IdentityServer. I know there's support for OAuth2…
Daniel Wertheim