The documentation for Azure AD B2C says "Base file - Few modifications are required to the base". I expected to change just the TenantId and PublicPolicyUri at the beginning of the file.
I was surprised to find that a Facebook ClaimsProvider is defined in the base file. Shouldn't that be in TrustFrameworkExtensions.xml? If I don't want to use Facebook, I have to make lots of changes to TrustFrameworkBase.xml.
I got my TrustFrameworkBase.xml from the SocialAccounts folder of the start pack GitHub repository that is referenced in the documentation. Is there a better place to get a TrustFrameworkBase file?