Ready to post? First, try searching for your answer.
Hey,
i’ve created custom social connection via terraform for Kakao. I managed to set Icon via icon_url attribute, but cannot set label. Is there a way to do it?
Welcome to the Auth0 Community!
Just to confirm with you, by label you mean the display text/name of the connection?
You have an attribute titled display_name
allowing you to change that. You can review this documentation regarding the matter.
If you have any other questions or the solution provided above was not helpful, please leave a reply.
Kind Regards,
Nik
@nik.baleca Hey Nik, this sadly doesn’t work for me. It doesnt change anything.
Can you attempt to modify the display name by making a cURL request using a tool like Postman, try to update the display name inside an action using the NodeJS code provided in the documentation or update it via the Management API Dashboard?
The generic cURL request to change the display name would be:
curl -L -X PATCH 'https://{AUTH0_DOMAIN.com/api/v2/connections/{connection_ID} \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer 🔒' \
-d '{"display_name":"{custom_text"}'
Just to confirm with you, when you tried changing the display_name value, did it make no changes or are you looking to replace the Continue with
part as well?
Kind Regards,
Nik
Like you are reading my mind! yeah I have trouble with this “Continue with” part but in my case this is in korean :D. Display name was successfully changed from terraform.
Got it!
As far as I know, if you are using New Universal Login, the Continue with
text is not replaceable since it is a limitation of UL. When using Classic Login
this text can be replaced completely. Could you please let me know if you are using Universal or Classic login?
I will double check with our resources just to be safe about that, however there is a backlog item addressing this customization and it appears to reference that the Continue with
text is basically hardcoded.
I will come back with an update as soon as possible.
Let me know if you have any other questions you want addressed regarding the matter!
Kind Regards,
Nik
Hi again @sadowski.s.1
Since the Continue with
text does not get modified, could you please visit from your dashboard the following:
- Branding → Universal Login → Advanced → Custom text → federatedConnectionButtonText
Please try to modify it from there to remove the Continue with
text, maybe removing it completely or replacing it with whatever is suitable for your implementation.
Please let me know if that does the trick!
Kind Regards,
Nik