Thinktecture的Web API安全性,用于通过后端服务访问的客户端

时间:2015-03-04 22:20:36

标签: thinktecture

如何使用thinktecture体系结构为后端进程(Windows服务或本地客户端)访问的Web api实现安全性。

我的身份验证流程是什么?

1 个答案:

答案 0 :(得分:1)

我认为最简单的解决方案是在客户端使用自己的凭据时使用Client Credentials流程。您可以阅读本教程以了解所涉及的内容: https://identityserver.github.io/Documentation/docs/overview/simplestOAuth.html