Using the new Azure AD B2C service in preview, I am looking to be able to send an invitation letter to the user to complete the registration of our SaaS application. Each of our customers will manage their users, and I want them to be able to generate an invitation for their new users to access our SaaS application. Then the user will complete the registration process.
Part of this process will also include which "client" this user is assigned to. Part of the invitation process, I would like to know that this client must be part of this client database in our SaaS application.
source share