Reputation: 9586
I'm building a web app with an SPA front end that will be hosted in Azure and which will use Azure AD authentication.
I want all users from my main tenant to be able to access the app without having to be invited.
I want to be able to invite external users to access the app.
Create a B2C tenant in single tenant mode. External users will be invited to this.
In the B2C tenant create a custom sign up policy that permits only users in the main tenant to sign themselves up to the B2C tenant.
Will this work?
Is this the best approach?
Upvotes: 0
Views: 49