question

Necoms-1494 avatar image
0 Votes"
Necoms-1494 asked amanpreetsingh-msft answered

Is it possible to invite guests like B2B in Azure AD B2C?


When a user signs in for the first time, it is recognized that it will be automatically registered in Azure AD B2C. Is it possible to set it in a way that invites it? (The operation is an image of B2B guest user registration.)
If possible, could you please teach me how to set it up?

azure-ad-b2c
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

amanpreetsingh-msft avatar image
0 Votes"
amanpreetsingh-msft answered

Hi @Necoms-1494 · Thank you for reaching out.

To invite users in Azure AD B2C tenant via invitation link, you can refer to this sample: Azure AD B2C Invitation. The invited user will be a member user and not a guest user. Guest users in B2C can only be used to sign into Azure Portal for administration purpose and cannot be used to sign in to the application federated with B2C tenant.

This sample console app demonstrates how to send a sign-up email invitation. After you sent the invitation, the user clicks on the Confirm account link, which opens the sign-up page (without the need to validate the email again). Use this approach when you need to create the users account beforehand, while allowing the user to choose the password on initial sign in. This approach is better than creating an account via Graph API and sending the password to the user via some communication means.


Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.