标签: asp.net-web-api asp.net-core identityserver4 windows-authentication identityserver3
我有一个IdentityServer应用程序,该应用程序需要使用Windows身份验证来保护API。这意味着Identity Server应用程序在Windows身份验证打开且匿名身份验证关闭的情况下运行。
当API启动时,它将尝试匿名访问.well-known / openid-configuration端点,但由于它在Windows身份验证后面,因此失败。
如何使Identity Server应用程序具有Windows身份验证,并指定应匿名访问.well-known端点?