Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们的项目需要一个演示模式。如果开启该模式,所有接口的权限验证都会被跳过。我们已经跳过了 AuthorizationHandler 中的验证,但是 IdentityServer 仍然会验证请求头中的令牌。我们如何跳过验证,以便所有请求都可以匿名?