postgresql - 将 Azure AD b2c 用户迁移到 Postgres 数据库

标签 postgresql azure-ad-b2c

我想将 Azure AD b2c 用户迁移到 Postgres 数据库。这种情况是否可能。我从文档中看到的是用户从 SQL 数据库迁移到 Azure AD B2C

最佳答案

好奇的是,为什么要从 Azure AD 迁移出用户存储?

要回答您的问题,是的,这是可能的。您将需要为此编写自定义解决方案。

  1. 使用AAD Sample to get users from AAD and create them in any database of your choice
  2. 编写自定义政策解决方案,从 PostGre 数据库支持的服务中读取数据并返回适当的声明。您将需要使用 Restful Provider 服务功能。

关于postgresql - 将 Azure AD b2c 用户迁移到 Postgres 数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54249971/

相关文章:

Azure AD B2C 回复 URL

azure - Azure B2C 用户流中缺少电子邮件声明

另一个用户的 Postgresql 现有喜欢

postgresql - array_agg with distinct 在 postgres 9.4 中有效但在 postgres 9.6 中无效

python-3.x - 连接超时——使用sqlalchemy访问AWS usaspending数据

postgresql - 仅当目标表名不存在时如何重命名 postgres 表

postgresql - 带时区的 Postgres 查询

azure - 可选登录 + 使用 azure ad b2c 进行 SSO

azure-active-directory - Azure AD B2C 中是否有 "Default"配置文件编辑页面?如果有,用户如何访问它?

c# - Azure AD B2C 更改传播到下游应用程序