Change label in external External login screen

cloudv
Tera Contributor

We have a requirement to change the label of "External login" used in the CSM portal, when you click user external login link.

On there we want to change the label of the field User ID. but cannot find where this is coming from.

 

Steps 

1) if you have multi-provider sso plugin enabled, go to CSM portal without session.

2) click login in top right

3) click user external login

4) want to change User ID lable

 

3 REPLIES 3

Rajesh Chopade1
Mega Sage

hi @cloudv 

Go to ServiceNow's "sys_ui_page.list" and search for the external login UI page used in the CSM portal. You can search for keywords like "external login" or look for the UI page associated with multi-provider SSO.

 

Once you find the UI Page, open it and identify any widgets or other components involved.

 

f the "User ID" label is part of a widget, find the relevant widget by going to "sp_widget.list". Open the widget and look for the part where the "User ID" field is defined. You can modify the label directly in the HTML or through the widget's server script.

 

i hope my answer helps you to resolve your issue, if yes please mark my answer helpful and correct.

thank you

rajesh

cloudv
Tera Contributor

Hi Rajesh, Still cannot find the external login pop up in the sys ui page list

 

Hi Cloudv,

 

It's already there in the default login widget(widget-login). Search the content "<h3 class="panel-title">${External Login}</h3>" then you will find the form. Customize the form as per your requirement, I have attached screenshot for your reference.

Thanks

MM