标签: asp.net-core asp.net-core-mvc identityserver4
我是Identity Server的新手。我有个疑问。我们可以将Identity Server用作API吗?我的想法是让Identity Server也负责身份验证。这样我就可以将用户从我的表层输入的用户名和密码传递给Identity Server。如果凭据有效,Identity Server将把用户的详细信息返回给我的MVC控制器。
谢谢!