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.
sselvam
Staff
Staff
Article Id 196089
Description
This article describes how to provision FortiToken cloud for firewall administrator account.

Related links.

https://www.fortinet.com/content/dam/fortinet/assets/data-sheets/FortiToken_Cloud.pdf
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/1fa881fc-9c3f-11e9-81a4-005056...

Solution
FortiToken Cloud  can be provisioned to FortiGate administrators as well as local firewall users.

First, enable this feature from the CLI:
# config system global
    set fortitoken-cloud-service enable
end
Note.
Log out and log back in for the change to take effect.


To assign FortiToken Cloud two-factor authentication to an administrator:

1) Go to System -> Administrators. The list of administrators appears.
2) Select an administrator to edit the configuration (in this example: ftm-cloud).
3) Select the toggle to enable two-factor authentication. There are two authentications types available: FortiToken(mobile) and FortiToken Cloud.
4) Select FortiToken Cloud as the 'Authentication Type'.
5) Select 'OK'.



From CLI.

Assign the FortiCloud token to administrators using the fortitoken-cloud option:
# config system admin
    edit "test-cl3"
        set type password
        set two-factor fortitoken-cloud  
        set email-to .........
    next
end
In the administrators list under the two-factor authentication column, the FortiToken Cloud icon for the administrator ftm-cloud is visible.



Contributors