Azure AD B2C send invitation email to new user

前端 未结 2 1068
感情败类
感情败类 2021-01-17 20:07

Using the new Azure AD B2C service in preview, I am looking to be able to send a user an invitation email to complete sign-up for our SaaS application. Each of our customers

2条回答
  •  萌比男神i
    2021-01-17 20:22

    You can use custom policies to achieve this. You can send a JWT to B2C that includes the 'customer' the user is assigned to.

    There is sample code here that sends the JWT to B2C.

    The leaf policy that receives the JWT is here.

    The sample app is here.

提交回复
热议问题