Azure AD B2C-注册后批准? [英] Azure AD B2C - approval upon sign up?

查看:69
本文介绍了Azure AD B2C-注册后批准?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Azure ASP.NET Core Web应用程序中启动并运行了Azure AD B2C.但是我想知道在注册新用户时真正批准他们的最佳方法是什么?有内置的东西吗?

I got Azure AD B2C up and running in my ASP.NET Core web app. But I wonder what's the best way to actually approve new users when they sign up? Is there anything built-in?

现在,任何人都可以单击Sign-Up链接,然后您就可以提供数据并单击一个按钮.您位于我的租户Azure AD B2C目录中!现在,我想对此有所控制.

Now, anyone can click on Sign-Up link and there you go, you provide your data and click a button. And you're in my tenant Azure AD B2C directory! Now, I'd like to have some control over this.

当您要自定义Azure AD UI时,我是否提到每个用户每月花费$ 1/? (据我了解,如果我错了,请纠正我).因此,如果有人去注册1000位用户,我将需要为此支付1000美元?

Did I mention every user costs $1/month when you want to customize Azure AD UI??? (as far as I understand it, correct me if I'm wrong). So if someone goes and sign up 1000 users I'll have to pay for it $1000??

推荐答案

目前,用户注册批准工作流没有内置支持.

您可以通过以下方式实现此目标:

You can achieve this by:

  1. 具有.您可以让用户自己注册,并创建一种体验或流程来查询

  1. Having a custom attribute to determine whether a user has been "approved" or not. You would let users sign up by themselves and you would create an experience or flow that queries the Azure AD Graph for users that haven't been "approved" and then either approve them or delete them.

建立邀请流程.邀请用户时,您可以通过

Building an invitation flow. When you invite a user, you'd create the user through the Azure AD Graph. You would then direct your users to the Password Reset policy as their "account verification" flow.

关于定价问题,如果您通过更新的统一注册/登录策略自定义用户界面,则只需支付

As for your pricing question, if you customize the UI via the newer unified sign-up/sign-in policies, you'll only pay the regular Azure AD B2C pricing model: between $0.0011 and $0.00063 per user depending on how many you have.

在较旧的注册策略中自定义用户界面实际上并不可用.解决方法是,可以使用Azure AD Premium的公司品牌功能,该功能每位用户花费$ 1.如果这是您要遵循的路线,我建议您对以下问题进行投票:完全可自定义的登录页面.

Customizing the UI in the older sign-up policy is not really available. As a workaround, you can use Azure AD Premium's company branding feature which is the one that costs $1 per user. If this is the route you are pursuing, I'd recommend voting for this ask: Fully Customizable Sign-In Page.

这篇关于Azure AD B2C-注册后批准?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆