azure - 与 Azure Active Directory 之间的迁移

标签 azure migration azure-active-directory

我有以下情况:

我有一个应用程序 XYZ,它允许用户创建用户 ID 和密码。这些密码用一些盐进行哈希处理并存储在数据库中。

  1. 现在我想将它们迁移到 Azure AD B2C。是否可以将它们与密码哈希和盐一起迁移到 Azure AD 系统中并无缝运行。
  2. 在上述场景中,如果我们在 AD 中有密码,是否可以提取它们,以便我们计划开始使用自己的数据库架构时它可以工作?

最佳答案

Is it possible to migrate them with the Password Hash and salt in to Azure AD system and it working seamlessly.

不,我们无法使用哈希密码迁移它们。但我们可以将这些用户迁移到 Azure 并为他们重置密码。有关Azure AD B2C用户迁移的更多详细信息,请参阅this guide .

In the above scenario, if we have the Password in AD, is it possible to extract them, so that if we plan to start using our own DB schema it can work?

遗憾的是,您无法从 Azure 获取用户的密码。这是因为 Azure AD 密码保护。

希望这有帮助!

关于azure - 与 Azure Active Directory 之间的迁移,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48302163/

相关文章:

azure - 如何将正确的范围传递给应用程序注册以查询azure管理服务

asp.net-identity - OpenId Connect 中用户的唯一 ID 是什么

mysql - 关系问题

c# - Visual Studio 2010 项目转换为 Visual Studio 2012

c# - Azure AD 授权错误 AuthenticationFailed : IDX10501: Signature validation failed. 无法匹配 'kid'

json - 从 Azure 返回发布凭据作为 json 输出

python - 为什么我的南迁不起作用?

azure - Office 365 API 请求超时

sql - 如何获取 Azure SQL 事务日志

c# - 如何从 C# 中的 Azure HTTP 触发器函数删除 CosmosDB 中的项目