FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
emmanouilg
Staff
Staff
Article Id 209428
Description This article describes how to configure SMS Two factor authentication for guests users.
Scope FortiGate.
Solution

To send SMS notifications to guest users, add a mail server in the sms-server configuration of the FortiGate using the following commands:

 

# config system sms-server

     edit sms-server

        set mail-server 1.1.1.1

     next

  end

 

Then it is needed to enable the following under the guests group:

 

# config user group
     edit 'guests'
        set group-type guest
        set mobile-phone enable
        set sms-server custom
        set sms-custom-server 'sms-server'
     next
  end

Contributors