Hi,
I have followed various blog posts to set up my authentication to be managed through Azure AD B2C.
https://readyxrm.blog/2019/07/24/configure-azure-ad-b2c-for-powerapps-portals/
The problem however, is that this is only for local authentication on the Azure AD B2C tenant and does not enable single sign on of users from multiple tenants (Office 365)
I have done some reading and it looks like this can be implemented using custom policies using Azure AD (multi tenant) as the external identity provider.
Has anyone got any examples on achieving this for Power Apps Portal? The ideal situation would be:
- Users can sign up from different Office 365 accounts through single sign on
- Restrict user sign up for ONLY contacts that exist in Dynamics 365.
At the moment I am following the Microsoft documentation and I am finding it overwhelmingly complicated.