c# - 获取用户密码配置文件

标签 c# azure azure-active-directory

我已尝试链接 - https://github.com/Azure-Samples/active-directory-dotnet-graphapi-console这对我有用。 问题是我无法获取密码,因为 user.PasswordProfile 为空。 请帮忙。

最佳答案

我不相信创建用户后您能够通过网络获取现有的密码配置文件。 PasswordProfile 属性用于为新用户或现有用户设置/创建新的 PassworldProfile(即更新)。

关于c# - 获取用户密码配置文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34810653/

相关文章:

authentication - 如何将 Azure OpenIdConnect OWIN 中间件 Cookie 身份验证转换为 JavaScript JWT 以用于 SPA 应用程序?

Azure AD 身份颁发者 MicrosoftAccount

c# - OrmLite SqlList<T> 不适用于可空枚举属性?

c# - C#/.NET 应用程序沙箱中的脚本语言

c# - 使用 c# .net 逐行读取 excel 数据

c# - 无需安装即可发布 winforms 应用程序

azure - 在 Visual Studio 2010 Beta 2 上安装 Azure SDK

azure - 是否可以将 Azure 事件中心以 Pub/Sub 方式配置到另一个事件中心而无需编码?

Azure 市场 : Is it possible to use images in Managed Application offer?

Azure AD B2C 本地帐户登录页面自定义