Fortinet black logo

New Features

FortiToken Cloud

Copy Link
Copy Doc ID 761d83e3-4a7b-11e9-94bf-00505692583a:486371
Download PDF

FortiToken Cloud

This feature adds centralized token authentication in the cloud, as opposed to built into FortiGate or FortiAuthenticator, simplifying FortiToken management and provisioning.

To configure the centralized token authentication in the cloud on the FortiGate:
  1. Enable the FortiToken cloud service feature:
    config system global
        set fortitoken-cloud-service enable
    end
  2. Assign the FortiCloud token to local users or administrators using the fortitoken-cloud option:
    config user local
        edit "test-cl3"
            set type password
            set two-factor fortitoken-cloud   
            set email-to .........
            ...
        next
    end

The following commands can be used to manage FortiCloud users:

Command

Description

diagnose ftk-cloud show users

Show all current users on the FortiCloud server.

diagnose ftk-cloud delete user <username>

Delete the specified user from FortiCloud.

diagnose ftk-cloud sync

Update the information on the FortiCloud server after changing an email address or phone number on the FortiGate.

diagnose ftk-cloud server <server_ip>

Change the current FortiCloud server. All FortiCloud related operations on the FortiGate will be synchronized with the new server.

FortiToken Cloud

This feature adds centralized token authentication in the cloud, as opposed to built into FortiGate or FortiAuthenticator, simplifying FortiToken management and provisioning.

To configure the centralized token authentication in the cloud on the FortiGate:
  1. Enable the FortiToken cloud service feature:
    config system global
        set fortitoken-cloud-service enable
    end
  2. Assign the FortiCloud token to local users or administrators using the fortitoken-cloud option:
    config user local
        edit "test-cl3"
            set type password
            set two-factor fortitoken-cloud   
            set email-to .........
            ...
        next
    end

The following commands can be used to manage FortiCloud users:

Command

Description

diagnose ftk-cloud show users

Show all current users on the FortiCloud server.

diagnose ftk-cloud delete user <username>

Delete the specified user from FortiCloud.

diagnose ftk-cloud sync

Update the information on the FortiCloud server after changing an email address or phone number on the FortiGate.

diagnose ftk-cloud server <server_ip>

Change the current FortiCloud server. All FortiCloud related operations on the FortiGate will be synchronized with the new server.