
Hello everyone,
My Power Portal must respect following authentication constraints:
In summary, only Back-Office administers contacts and manages SignIns from Dataverse Contact table.
My question is:
What is the best and fastest way (low customizations) to create this authentication with Azure AD B2C, please?
Many Thanks!
First you need to recognize that B2C and Power Pages are 2 separate things. B2C is the external identity provider (think of it like you do Facebook) and the Power Pages is just configured to trust it.
As they are 2 different things you need to approach it as such e.g. if you need to stop externals registering in B2C then you need to stop the registration in B2C and 'push' only those you want to sign-in into it.
Stopping external power pages registration is turning of Open Registration and enabling Invitations.
Reading a little bit between the lines what you will probably want is to (simplified):
(Note: it also possible to customize B2C to do things like check a user registering exists in another system etc)