简体   繁体   English

我想使用Asp.net C#mvc中的Auth0 API来获取ADFS服务器用户。 有可能这样做吗?

[英]I want to fetch ADFS server users using Auth0 API in Asp.net C# mvc. Is it possible to do so?

I have implemented ADFS user's login using Auth0 API in ASP.Net and everything is working fine. 我已经在ASP.Net中使用Auth0 API实现了ADFS用户的登录,并且一切正常。 Now my requirement is that i want to fetch all the ADFS users using auth0 api. 现在,我的要求是我想使用auth0 api获取所有ADFS用户。 Is it possible that I can fetch all ADFS users via auth0 api? 我是否可以通过auth0 API获取所有ADFS用户?

yes you can find it here AUth0 Adfs login . 是的,您可以在这里找到AUth0 Adfs登录 here they have given step by step solution 在这里,他们已经给出了逐步解决方案

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

相关问题 ASP.NET C#MVC。 运行已编译的应用程序 - Asp.Net C# mvc. Running compiled application "将 Auth0 用于 Asp.Net MVC 项目如何将用户直接重定向到注册页面" - Using Auth0 for Asp.Net MVC project how to redirect users directly to Signup page ASP.NET MVC。 当没有活跃用户使用时,应用程序响应时间过长 - ASP.NET MVC. Application takes too long to respond when there are no active users using ASP.NET MVC中的全局错误处理。可能? - Global error handling in ASP.NET MVC. Possible? ASP.NET C#中的ADFS - ADFS in asp.net c# 是否可以使用 mvc 在表单中拖放文本框、文本。 净 c#? - Is it possible to drag & drop textbox,text in a form using mvc. net c#? 如何在ASP.NET Core 2.0 Web API中添加IdentityServer4和Auth0的Jwt身份验证? - How do I add Jwt authentication from IdentityServer4 and Auth0 in an ASP.NET Core 2.0 web api? 自定义 LoginPath 在带有 Auth0 的 ASP.NET MVC 中无效 - Custom LoginPath no effect in ASP.NET MVC with Auth0 如何使用ASP.NET MVC从服务器端调用API? - How do I call API from server side using ASP.NET MVC? 使用 ASP.NET Core 6.0 中的中间件将 Auth0 用户 ID 传递到服务层 Web API - Passing Auth0 User Id to service layer using middelware in an ASP.NET Core 6.0 Web API
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM