EDR: How to customize the SSO login page
search cancel

EDR: How to customize the SSO login page

book

Article ID: 288072

calendar_today

Updated On:

Products

Carbon Black EDR (formerly Cb Response)

Issue/Introduction

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

  1. Log into the EDR primary server.
  2. Modify /etc/cb/sso/sso.conf
  3. 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",
  1. 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.