简体   繁体   English

Azure AD身份验证-如何模拟任何用户?

[英]Azure AD authentication - How to impersonate any user?

In my current app using Asp.Net Identify, I had customized the AccountController to implement a 'God' password that could be used by an admin to login as any user. 在我当前使用Asp.Net Identify的应用程序中,我已自定义AccountController来实现一个“上帝”密码,管理员可以使用该密码以任何用户身份登录。

Not the best security, but so useful to troubleshoot particular user issues. 这不是最好的安全性,但是对解决特定用户问题很有用。

Is there any way to do something similar when using Azure AD authentication ? 使用Azure AD身份验证时,有什么方法可以做类似的事情?

I'm using V2 endpoint . 我正在使用V2端点

Thanks ! 谢谢 !

不可以,没有该用户的凭据就无法在Azure AD中模拟该用户。

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

相关问题 使用 MS Identity 平台(Azure AD 身份验证)时,如何在 ASP.Net MVC 中的任何操作之前对用户进行身份验证后从 Azure AD 访问信息 - How access info from Azure AD after user is authenticated prior to any action in ASP.Net MVC when using MS Identity platform (Azure AD Authentication) Forms 和 Azure AD 认证 - Forms and Azure AD Authentication 应用程序之间的Azure AD身份验证 - Azure AD authentication between applications Azure SaaS站点-AD身份验证 - Azure SaaS site - AD Authentication AllowAnonymous无法使用azure广告验证 - AllowAnonymous is not working with azure ad authentication MVC中的个人身份验证和Azure AD - Individual Authentication and Azure AD in MVC 使用Windows身份验证模拟MVC应用程序中的Active Directory用户 - Impersonate a Active Directory user in MVC application with Windows Authentication 如何使用内部窗体身份验证以及Azure AD身份验证 - How to use both internal Forms authenticationas well as Azure AD authentication 如何将 Azure AD 身份验证添加到现有的 .NET MVC Web 应用程序? - How to add Azure AD Authentication to existing .NET MVC Web Application? 如何通过MVC Azure AD身份验证从AD获取角色? - How can I get roles from AD with MVC Azure AD Authentication?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM