我有一个IdentityServer3服务器设置,它被配置为使用实体框架从数据库获取客户端和作用域信息。IdentityServer3.Core.Endpoints.DiscoveryEndpointController.d__11.MoveNext() in
c:\local\identity\server3\IdentityServer3System.Web.Http.Controllers.ApiControllerActionInvoker.d__0.MoveNext() in c:\local\identity\server3\Ident
我想为我的WebApi和IdentityServer编写验收测试。为了使事情尽可能简单,我从复制了整个示例项目,但添加了另一个项目,这基本上与控制台客户端一样,只是作为验收测试。namespace SpecTestingusing System;using System.Net.Http;using FluentAssertions;using Xbehave;
public class JustLikeConso