Add Custom Social Connection logo to be used on new Universal Login

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.

Hi @jvieira,

Thank you for creating this feedback request!

Let’s hope it attracts as many votes as possible.

Have a good rest of your day!

1 Like

Seems like a really basic addition. I can’t understand why the developers implemented it without the possibility to change the logo.

6 Likes

+1 for this, I can not understand it too, why isn’t it a feature by default :thinking:

2 Likes

+1, please add it in new universal login

1 Like

+1. We need this also. thanks!

1 Like

+1 Really need this feature for the universal login to look production ready.

1 Like

+1. A simple addition IMO.

1 Like

Yea this is pretty bad not to have an option here. It could lead to a massive amount of custom work for something so simple. :exploding_head:

1 Like

+1. It will be really useful!

1+ Any news on this?

You can set it through API : Connect Apps to Generic OAuth2 Authorization Servers

If you are using terraform : Terraform Registry

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.