function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ramesh DRamesh D 

Azure B2C(singin/singnup) for Salesforce Communities

Hope you are doing well!
Anyone have docs for enabling azure IDP for salesforce communities, wanna enable azure b2c singin/singnup for community site. Please let me know if anyone has successfully or trying to achive this.
Thanks in advance

-Ramesh
VinayVinay (Salesforce Developers) 
Hi Ramesh,

Check below links that can help you.

https://help.salesforce.com/articleView?id=sso_provider_azure.htm&type=5
https://docs.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-salesforce-custom?tabs=app-reg-ga

Thanks,
Ramesh DRamesh D

@Vinay
I followed below article but facing different issue now

https://stackoverflow.com/questions/55248144/configure-azure-ad-b2c-as-auth-provider-in-salesforce

Issue:

 User-added image

Looks like Azure AD B2C doesn't support native UserInfo endpoint. so need to somehow acheive this 

-Ramesh

VinayVinay (Salesforce Developers) 
Check below example.

https://stackoverflow.com/questions/55248144/configure-azure-ad-b2c-as-auth-provider-in-salesforce

Thanks,