FortiEDR
FortiEDR automates the protection against advanced threats, pre and post-execution, with real time orchestrated incident response functionality.
dmeeker
Staff
Staff
Article Id 243147

Description

This article describes how to fix the "SAML Setting editing is not available [Missing server DNS Name]. please contact support" for on-prem installations. 

Scope

FortiEDR 5.x

Solution

dmeeker_0-1673972049768.png

 

You will need to add a line to the "application-customer.properties".

 

  1. Please ssh into your manager console as root
  2. Enter "sudo -s"
  3. Enter "cd /opt/FortiEDR/webapp" to change the directory
  4. Enter "vi application-customer.properties" to edit the file
  5. Type "i" to enter insert mode
  6. Navigate to the bottom of the file and create a new line
  7. Add "smtp.template.server.login = https://domainNameHere"
  8. Press the "esc" key then type ":wq" to save and quit
  9. still in the terminal enter "fortiedr manager restart" to restart the manager service
  10. After a minute or two, please log back into the gui and see if this resolved your issue.

 

Contributors