EDR: How to remove space in first name on SSO integration?
book
Article ID: 289813
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
How to remove space in first name on SSO integration?
Environment
EDR: All versions
Resolution
1. In /etc/cb/sso/attr_map.py, add:
if "firstname" in key:
result["first_name"]=value[0].replace(' ','_')
2.
Restart the services.
Feedback
thumb_up
Yes
thumb_down
No