标签: asp.net-web-api asp.net-core asp.net-identity
我对ASP.NET Core 2.1中的身份有一个大疑问,我有3个微服务
Authentication.api
A.api
B.api
我希望A和B的微服务请求都得到授权...
问题是,Asp.net Identity有一些URL来验证令牌jwt?你必须使用具有开放ID的Identityserver4吗?