简体   繁体   中英

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.

Lets answer your question one by one.

  1. 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.

  2. or via social login but that would force b2e tenants to signup with b2c? it depends on the usecase.

https://learn.microsoft.com/en-us/azure/active-directory-b2c/add-identity-provider <- these are the providers https://learn.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-azure-ad-single-tenant?pivots=b2c-user-flow <- this one you should use

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM