Custom name and icon for custom social connection

Hi,

I see here in the docs there is a section on how to modify the display name and the icon for a custom social connection:

https://auth0.com/docs/authenticate/identity-providers/social-identity-providers/oauth2#modify-the-icon-and-display-name

My question is: when would this management API call be made?

How am I supposed to make a call to my server from the Universal Login Screen in order to make this update?

Or is this a call I only have to make a single time, and from then forward the icon and display name will be updated?

Can someone please help me understand. Thank you!

Hi @dave6 ,

This is a one-time change and the icon and the display name will be changed to what you set via the Management API.

You can use a tool like Postman or make a curl request to do the change. To learn more about the Management API and how to obtain tokes, please refer to - Management API Access Tokens

Hope this helps!

1 Like

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