Hiding Social Login Buttons in the New Universal Login Experience
This article describes whether social connection buttons can be hidden in the New Universal Login.
- Social Login
- New Universal Login
The New Universal Login is limited to the customizations available in its APIs / no code editor.
If a connection is enabled for an Application, it will be shown on the New Universal Login page when logging into that application. Social connections will always be rendered as a button when enabled.
However, passing into the /authorize call, the query parameter connection="DESIRED_CONNECTION_NAME" will stop the social options from being rendered on the resultant login page, and users can only log in or sign up via the chosen connection for that transaction.