Custom text for multiple SAML connection buttons without the default text Continue to

Hi

I’m trying to have two SAML connection buttons with their respective custom text using the same universal login. If I set the federatedConnectionButtonText in the universal login i.e. ‘Default Login text’, then both of the buttons on the page will have this same text. If i set this to empty and then set the text via the Button display name of each of the different connections then I have to include the default ‘Continue with‘ text at the start before providing my custom text.

Is there a way to have both buttons have different text i.e. Default Login UK Branch and Default Login US Branch as both of these connections access different SAML connections and we need to distinguish which one goes to which without have the default Continue with text.

Hi @auth0_client

Welcome to the Auth0 Community!

I believe that the easiest way to remove the " Continue with " text from the SAML Connections buttons would be to do the following:

  • Navigate to Branding → Universal Login;
  • Click on Edit Text and Translations;
  • Select the appropriate Prompt ( login or login-id );
  • Under the "federatedConnectionButtonText " section, simply delete the "Continue with " text and leave "${connectionName} " ;
  • Click Save Changes.

This should be the simplest way of changing the text of the federatedConnectionButtonText filed, so please let me know if this worked for you.

Hope this helped!
Gerald

1 Like