简体   繁体   English

Azure AD B2C 用户创建

[英]Azure AD B2C user creation

Is there any way to automate azure ad b2c user creation process.I am using custom policy for passwordless email verification.有没有办法自动化 azure 广告 b2c 用户创建过程。我正在使用自定义策略进行无密码 email 验证。 I want to create user automatically from share-point list,like if I add user there it will add to B2C automatically.我想从共享点列表自动创建用户,如果我在那里添加用户,它将自动添加到 B2C。 what are the possible solutions to this?有什么可能的解决方案?

one possible solution is to use the graph api, in combination with power automate/flow or logic apps.. eg.一种可能的解决方案是使用图表 api,结合电源自动化/流程或逻辑应用程序.. 例如。 make a flow that monitors the sharepoint list and on create, then run a graph api call to create a user in the aad b2c.创建一个监控 sharepoint 列表并在创建时的流程,然后运行图形 api 调用以在 aad b2c 中创建用户。 the graph reference for creating users in aad b2c would be the following: https://docs.microsoft.com/en-us/azure/active-directory-b2c/manage-user-accounts-graph-api在 aad b2c 中创建用户的图表参考如下: https://docs.microsoft.com/en-us/azure/active-directory-b2c/manage-user-accounts-graph-api

I'm sure there are other ways, but personally this seems like a fairly decent way to do it?我敢肯定还有其他方法,但就个人而言,这似乎是一种相当不错的方法? Hope that helps a bit.希望那些对你有帮助。

Regards,问候,

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM