'b2c and b2e integration with Azure AD
What is ideal way of integrating both Azure AD b2c and b2e in an angular application, can we give two separate buttons on login page and can redirect based on user selection? Is that feasible? or via social login but that would force b2e tenants to signup with b2c? Any reference link or good suggestions would be helpful.
Solution 1:[1]
Lets answer your question one by one.
can we give two separate buttons on login page and can redirect based on user selection? Yes, you have to use azure ad b2c and there you can add flows for azure ad b2b (b2e). 2.Is that feasible? Yes, I have used it personally with react js and it works flawlessly.
or via social login but that would force b2e tenants to signup with b2c? it depends on the usecase.
https://docs.microsoft.com/en-us/azure/active-directory-b2c/add-identity-provider <- these are the providers https://docs.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-azure-ad-single-tenant?pivots=b2c-user-flow <- this one you should use
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Manish |
