0
votes

I have a site that is configured and working with azure ad b2c. I'm trying to add sign in with facebook functionality. I registered the app with facebook. I added facebook identity provider. I added a user flow with facebook checked, and I can run the flow from the dashboard and it works and my user appears in the list of users.

What step am I missing to show the "Login with facebook" button on my website? Could you point me to example or an article.

Thanks

1

1 Answers

0
votes

The login with Facebook “button” would be designed by you And placed in your app. And essentially it will use MSAL or other OIDC library to initialise an auth request to your AAD B2C User Flow/policy.

All of these samples have a “login” button that launches an AAD B2C policy.

https://docs.microsoft.com/en-us/azure/active-directory-b2c/code-samples