Hide social login buttons

Feature: hide social login buttons

Description: Auth0 Support Center

Use-case: Enterprise OIDC does not let me do custom mTLS connections with my customers, nor handle non-standard OIDC quirks of partners. Social let’s me handle it myself but I can’t hide the buttons (as per the Description issue)

Would also be nice to be able to customize the login page in dev environments rather than directly in production where i can add custom domains. I don’t want to upgrade just to make sure it works before putting it into production.

Hi @stephendoxsee

Welcome to the Auth0 Community!

This can already be done by using a combination of page templates and custom prompts.You can add JS/CSS in the page template to hide the default button and then add a custom prompt partial that show/hides a custom version of the button based on a query param in the url. Doing it this way will give them fine grained control on when to show the button.

Hope this helps!

Kind Regards,
Nik