To customize the 'Welcome' message on the SSO login page for EDR's on-prem web interface.
Environment
EDR: 7.x and higher
On-prem deployment
SSO integration (ADFS, LDAP, etc)
Resolution
Log into the EDR primary server.
Modify /etc/cb/sso/sso.conf
Edit the 'login_ui_sso_label' entry in that file:
# TODO: Update this field. Specifies SSO link's text in the Web UI's Login
# dialog box. If you do not wish to display any link (i.e. only the
# identity provider will initiate logins), remove this property
"login_ui_sso_label": "ADFS SSO",
Replace "ADFS SSO" with "Whatever message You Would Like." (Ensure the message is contained within the double quotes.)
Additional Information
These steps should be completed after the SSO feature is setup and otherwise working normally.