When logging into the EDR server through ADFS, you are looped back to the login screen.
https://<servername>/#login?err_code=%282%2C%29
<info> saml2.response - Subject NameID: None
<err> cb.flask.blueprints.api_routes_saml - SSO assertion auth failure
Traceback (most recent call last):
File "/usr/share/cb/virtualenv/lib/python3.10/site-packages/cb/flask/blueprints/api_routes_saml.py", line 560, in saml_assertion
File "/usr/share/cb/virtualenv/lib/python3.10/site-packages/cb/flask/blueprints/api_routes_saml.py", line 207, in handle_assertion
AttributeError: 'NoneType' object has no attribute 'text'
Relying party trust claims is missing Name ID as an outgoing claim.
The Relying Party Trust claim policy needs to be updated to send "SAM-Account-Name" attribute through the "Name ID" outgoing claim.