Feature:
Add the possibility to add a logo for Custom Social Connection. This will allow the logo to be shown in the new Universal Login
Description:
Today, when we create a Custom Social Connection, there’s no place to add a logo.
So the logo that appears on the login screen is the auth0 logo.
I was able to create a workaround modifying the universal login page template and adding
._social-button-oauth2 *[data-provider^=oauth2] {
background-image: url(https://image.png);
}
This worked for me in this case, but will not when adding a new button oauth2
.
Use-case:
This will make it easier for the user to identify the custom connection and make it trust more on the login page.
PS: I am opening this feedback as was instructed in this thread.