简体   繁体   English

我如何验证第三方用户访问我的Web API asp.net?

[英]how do i authenticate 3rd party user to access my web API asp.net?

I want to authenticate 3rd party users to use my web API using claim based authentication . 我想验证第三方用户是否使用基于声明的身份验证来使用我的Web API。 So please give me suggestions regarding this. 所以请给我这方面的建议。
Thank you in advance for the help. 提前感谢您的帮助。

Please check out identityserver3 which uses oauth2 and openid connect protocols. 请查看使用oauth2和openid connect协议的identityserver3。 You can choose sql, adfs or any custom providers to setup clients, scope and users 您可以选择sql,adfs或任何自定义提供程序来设置客户端,范围和用户

https://identityserver.github.io/Documentation/ https://identityserver.github.io/Documentation/

您可以简单地使用Microsoft Identity进行基于声明的身份验证,或将Azure AD用于构建在顶级Identity Server上的企业应用程序。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ASP.NET 核心 Web API - 如何使用第 3 方 API 基于条件 - ASP.NET Core Web API - How to Consume 3rd party API Based on Condition ASP.NET Core Web API - 如何使用 HttpClient 使用 3rd 方 API - ASP.NET Core Web API - How to Consume 3rd party API using HttpClient 如何在第三方ASP.NET Web API客户端中使用Oauth生成的令牌? - How to use an Oauth Generated Token in a 3rd party asp.net web API client? 如何在asp.net core web api中实现JWT Refresh Tokens(没有第三方)? - How to implement JWT Refresh Tokens in asp.net core web api (no 3rd party)? 在ASP.NET MVC中管理对第三方应用程序的共享API调用的最佳场所 - Best Place to manage shared API calls to 3rd party application inside my asp.net mvc 当无法访问Application_Start时如何向第三方asp.net应用程序添加路由 - How to add routes to a 3rd party asp.net application, when no access to Application_Start is available 如何在不等待 ASP.NET API 中的响应的情况下处理多个 3rd 方 API - How to process multiple 3rd party APIs without waiting for their response in ASP.NET API 如何确定我的后台任务将在生产中调用多少个第 3 方 web api? - How do I determine how many 3rd party web api calls my background task will make in production? 我可以/应该安全地存储第三方登录详细信息的ASP.Net MVC Web App - ASP.Net MVC Web App can I / should I securely store 3rd party login details asp.net Web API-如何验证用户 - asp.net web api - How to authenticate user
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM