Skip to main content
Visitor III
May 6, 2026
Question

FortiSIEM & Best Practices for 2FA/MFA

  • May 6, 2026
  • 2 replies
  • 51 views

Hi everyone,

I’m looking to optimize my FortiSIEM setup and have two specific questions:

2FA/MFA via External Authentication!
I want to add an extra layer of security for my Admin/Supervisor

  • Can the External Authentication in Settings in FortiSIEM be used to provide 2FA/MFA in addition to the standard password?
  • Which protocol is recommended for this?
  • If the built-in external auth doesn't support 2FA/MFA natively, what is the best external method or tool (other then FortiAuthenticator or FortiPortal) to implement it?

I’d appreciate any feedback on how you've secured your admin accounts

Thanks!

2 replies

Secusaurus
Contributor III
May 6, 2026

Hi ​@ghr,

 

For external authentication, use SAML, because of two main opportunities:

  1. All the MFA-stuff is managed by the SAML Identity Provider (IdP) and you don't need to care about what the FSM can and cannot
  2. The browser-only and IdP-dependency of SAML enables to draw a hard line (e.g. with firewall rules in front of your cluster) between official user and API requests. As the API (e.g. Collector/Agent → Worker) uses TCP/443 and your users use TCP/443, you cannot differentiate them, if they use the usual sign-on process

If SAML is too complex or you don't have an IdP, you'd usually use RADIUS with a RADIUS-server that manages MFA (e.g. FortiAuthenticator). Unfortunately, the FSM login-interface only provides the classic method of packing password and TOTP together in the password-field, which is kind of inconvenient on most password managers.

 

The documentation is very good for details on the configuration:

https://docs.fortinet.com/document/fortisiem/7.5.0/user-guide/344292/external-authentication-settings

 

Best,

Christian

NSE8 | Fortinet Advanced MSSP Partner
AEK
SuperUser
SuperUser
May 6, 2026

Hi Ghr

Didn’t try with FSM before but any device that support RADIUS supports 2FA as well. And in case it doesn’t support Access-Challenge password then token) then it will work by password+token concatenation.

In case you don’t have FortiAuthenticator and are looking for a free software then FreeRADIUS may one of be the best choices (however not easy setup).

AEK