Two-Factor Authentication (2FA) for Fortinet Fortigate VPN Client
Two-Factor Authentication (2FA/MFA) for Fortinet Fortigate VPN
Fortinet Fortigate managed FortiClient can be used as a VPN Client (IPSec and SSL), an AV client and a host vulnerability scanner. Forticlient is used as the corporate AV solution and for VPN remote access. It works on Windows and Mac but there's no Linux version. If your user wants remote access to their office then FortiClient would be a good solution.
Enabling Two-Factor Authentication(2FA) for your Fortinet Fortigate managed active directory increases security and ensures users only have access to the systems and resources they need access to. When you enable 2FA, your users enter their username and password (first factor) as usual, and they have to enter an authentication code (the second factor) which will be shared on their virtual or hardware 2FA solution to get access to Forticlient VPN.
Types of 2FA Authentication with RADIUS
Depending on the VPN client, 2-factor authentication can take two forms..
VPN Clients that support RADIUS Challenge.
VPN Clients that do not support RADIUS Challenge.
miniOrange 2FA authentication for Fortinet Fortigate Login
miniOrange accomplishes this by acting as a RADIUS server that accepts the username/password of the user entered as a RADIUS request and validates the user against the user store as Active Directory (AD). After the first level of authentication, miniOrange prompts the user with 2-factor authentication and either grants/revokes access based on the input by the user.
Primary authentication initiates with the user submitting his Username and Password for Fortinet Fortigate.
User request acts as an authentication request to RADIUS Server(miniOrange).
miniOrange RADIUS server passes user credentials to validate against the credentials stored in AD (Active Directory) / Database.
Once the user's first level of authentication gets validated AD sends the confirmation to RADIUS Server.
Now miniOrange RADIUS Server asks for a 2-factor authentication challenge to the user.
Here user submits the response/code which he receives on his hardware/phone.
User response is checked at miniOrange’s RADIUS Server side.
On successful 2nd factor authentication the user is granted access to login.
What are different 2FA/MFA methods for Fortinet Fortigate supported by miniOrange?
miniOrange supports multiple 2FA/MFA authentication methods for Fortinet Fortigate secure access such as, Push Notification, Soft Token, Microsoft / Google Authenticator etc.
Authentication Type
Method
Supported
miniOrange Authenticator
Soft Token
miniOrange Push Notification
Mobile Token
Google Authenticator
Microsoft Authenticator
Authy Authenticator
SMS
OTP Over SMS
SMS with Link
Email
OTP Over Email
Email with Link
Call Verification
OTP Over Call
Hardware Token
Yubikey Hardware Token
Display Hardware Token
You can opt for any of the 2FA methods to secure your Fortinet Fortigate. To integrate 2FA, you can enable RADIUS authentication in Fortinet Fortigate and configure policies in miniOrange to enable or disable 2FA for users.
Connect with any External Directories
miniOrange provides user authentication from various external directories such as miniOrange Directory, Microsoft AD, Azure AD, AWS Cognito and many more.
miniOrange offers free help through a consultation call with our System Engineers to Install or Setup Two-Factor Authentication for Fortinet Fortigate solution in your environment with 30-day trial.
For this, you need to just send us an email at idpsupport@xecurify.com to book a slot and we'll help you setting it up in no time.
Enable Two-Factor Authentication (2FA)/MFA for Fortinet Fortigate Client to extend security level.
Create a IPSec Tunnel using IPSec Wizard if you have no Tunnel Configured. Click Here to learn more.
Select VPN >> IPSec Tunnels and select the IPSec Tunnel you have configured.
Click on Convert To Custom Tunnel if the tunnel is not Custom Tunnel.
Click on Edit button for XAuth section.
Select PAP Server in the Type Dropdown.
Select the User Group configured in Step 4 in User Group Dropdown.
Click on Ok.
Firstly setup a SSL-VPN . Click here for more information.
Navigate to Policy & Objects >> IPV4 Policy. NOTE: In some cases, there will only Firewall Policy option instead of IPV4 Policy
Create/Edit the policy related to your SSL-VPN interface.
Edit the Source, add the required address space and the Group that we configured in Step 4.
Click OK to apply and save the settings.
Next, we will define Authentication/Portal Mapping.
Navigate to VPN >> SSL-VPN Settings, and then go to the Authentication/Portal Mapping section
Create a new or edit an existing mapping to grant access to the Firewall User Group that we created in Step 4.
Click Apply and save the settings.
6: Configure the Fortinet Timeout with miniOrange RADIUS server
Fortinet Fortigate default timeout is 5 Seconds, which is insufficient while setting up MFA. We have to reconfigure the timeout to 30 Seconds.
So connect to the appliance CLI.
And execute below commands in command line:
#config system global
#set remoteauthtimeout 30
#end
7. Configure Your User Directory (Optional)
miniOrange provides user authentication from various external sources, which can be Directories (like ADFS, Microsoft Active Directory, Azure AD, OpenLDAP, Google, AWS Cognito etc), Identity Providers (like Okta, Shibboleth, Ping, OneLogin, KeyCloak), Databases (like MySQL, Maria DB, PostgreSQL) and many more. You can configure your existing directory/user store or add users in miniOrange.
Configure your existing directories such as Microsoft Active Directory, Azure, OpenLDAP, etc.
Click on External Directories >> Add Directory in the left menu of the dashboard.
Select Directory type as AD/LDAP.
STORE LDAP CONFIGURATION IN MINIORANGE: Choose this option if you want to keep your configuration in miniOrange. If active directory is behind a firewall, you will need to open the firewall to allow incoming requests to your AD.
STORE LDAP CONFIGURATION ON PREMISE: Choose this option if you want to keep your configuration in your premise and only allow access to AD inside premises. You will have to download and install miniOrange gateway in your premise.
Enter LDAP Display Name and LDAP Identifier name.
Select Directory Type as Active Directory.
Enter the LDAP Server URL or IP Address against LDAP Server URL field.
Click on Test Connection button to verify if you have made a successful connection with your LDAP server.
In Active Directory, go to the properties of user containers/OU's and search for Distinguished Name attribute.
Enter the valid Bind account Password.
Click on Test Bind Account Credentials button to verify your LDAP Bind credentials for LDAP connection.
Search Base is the location in the directory where the search for a user begins. You will get this from the same place you got your Distinguished name.
Select a suitable Search filter from the drop down menu. To use custom Search Filter select "Write your Custom Filter" option and customize it accordingly.
You can also configure following options while setting up AD. Enable Activate LDAP in order to authenticate users from AD/LDAP. Click on the Save button to add user store.
Here's the list of the attributes and what it does when we enable it. You can enable/disable accordingly.
Attribute
Description
Activate LDAP
All user authentications will be done with LDAP credentials if you Activate it
Sync users in miniOrange
Users will be created in miniOrange after authentication with LDAP
Fallback Authentication
If LDAP credentials fail then user will be authenticated through miniOrange
Allow users to change password
This allows your users to change their password. It updates the new credentials in your LDAP server
Enable administrator login
On enabling this, your miniOrange Administrator login authenticates using your LDAP server
Show IdP to users
If you enable this option, this IdP will be visible to users
Send Configured Attributes
If you enable this option, then only the attributes configured below will be sent in attributes at the time of login
Click on Save. After this, it will show you the list of User stores. Click on Test Connection to check whether you have enter valid details. For that, it will ask for username and password.
On Successful connection with LDAP Server, a success message is shown.
Click on Test Attribute Mapping.
Enter a valid Username. Then, click on Test. Mapped Attributes corresponding to the user are fetched.
After successful Attribute Mapping Configuration, go back to the ldap configuration and enable Activate LDAP in order to authenticate users from AD/LDAP.
Note: Below steps are used to enable one time or manual sync. To enable sync on scheduled basis, you should use LDAP gateway module. Read more and download the LDAP gateway module.
Go to Settings in the Customer Admin Account.
Enable the "Enable User Auto Registration" option and click Save.
(Optional) To send a welcome email to all the end users that will be imported, enable the "Enable sending Welcome Emails after user registration" option and click Save.
From the Left-Side menu of the dashboard select Provisioning.
In Setup Provisioning tab select Active Directory in the Select Application Drop Down.
Toggle the Import Users tab, click on Save button.
On the same section, switch to Import Users section.
Select Active Directory from the dropdown and click on the Import Users tab, to import all the users from Active Directory to miniOrange.
You can view all the Users you have imports by selecting Users >> User List from Left Panel.
All the imported users will be auto registered.
These groups will be helpful in adding multiple 2FA policies on the applications.
Here, fill the user details without the password and then click on the Create User button.
After successful user creation a notification message "An end user is added successfully" will be displayed at the top of the dashboard.
Click on On Boarding Status tab. Check the email, with the registered e-mail id and select action Send Activation Mail with Password Reset Link from Select Action dropdown list and then click on Apply button.
Now, Open your email id. Open the mail you get from miniOrange and then click on the link to set your account password.
On the next screen, enter the password and confirm password and then click on the Single Sign-On (SSO) reset password button.
Now, you can log in into miniOrange account by entering your credentials.
2. Bulk Upload Users in miniOrange via Uploading CSV File.
Navigate to Users >> User List. Click on Add User button.
In Bulk User Registration Download sample csv format from our console and edit this csv file according to the instructions.
To bulk upload users, choose the file make sure it is in comma separated .csv file format then click on Upload.
After uploading the csv file successfully, you will see a success message with a link.
Click on that link you will see list of users to send activation mail. Select users to send activation mail and click on Send Activation Mail. An activation mail will be sent to the selected users.
This step involves Importing the user group from the Active Directory and Provisioning them.
Go to Provisioning. Switch to Setup Provisioning tab and select Active Directory from Dropdown menu.
Select Group Provisioning/Deprovisioning tab, and toggle on Import Group option.
If you want to dynamically allocate users to the groups present in the miniOrange, then enable "Assign Users to groups"
Enter the Base DN for group sync and click Save.
Now switch to Import Groups option and select Active Directory from which you want to import your users.
Finally, click on Import button. Your group will be imported.
(The Active Directory Group Provisioning (Sync) setup is done. Now, whenever a user is created or modified in LDAP server and if the Assign Users to groups is enabled, then user group attribute from the LDAP server will be automatically synced and the user group will be assigned or changed accordingly in miniOrange.)
Select Groups >> Manage Groups from left panel.
Click on the Create Group button on the top.
Enter an appropriate Group Name and click on Create Group.
In this guide we have created a Group by name VPN_Group.
Assign various members to the group using the Assign User option associated with the group in the groups list.
Select the Users that are required to be assigned to this group. Then Select Assign to Group in Select Action Dropdown and click on Apply button.
These groups will be helpful in adding multiple 2FA policies on the applications.
9. Configure 2FA/MFA for End-Users
To enable 2FA/MFA for Fortinet Fortigate endusers, go to 2-Factor Authentication >> 2FA Options For EndUsers.
Select default Two-Factor authentication method for end users. Also, you can select particular 2FA methods, which you want to show on the end users dashboard.
Once Done with the settings, click on Save to configure your 2FA settings.
Login into your End-User Dashboard using end user login URL.
For Cloud Version: The login URL (branding url) which you have set in Step 1
For On-Premise version: The login URL will be the same as of Admin Login URL.
Select Setup 2FA from left panel. (Browse through the Second factor options and choose an appropriate method to be used by the particular End-User during login.)
For now, we have selected the SMS >> OTP OVER SMS as our 2FA method. You can explore the guide to setup other 2FA methods here.
Enable the OTP over SMS if you have your phone number added under your profile section else click on Edit button.
Enter you Phone Number along with the necessary country code and click on the SAVE button.
Admin can change the second factor of the End user from the User List.
Under Action Click on Select and then select Reset Second Factor.
10. Add Another Policy (Optional)
Here, we will configure a policy for the User Group that we created in the Step 8 and associate it with the Fortinet Fortigate VPN Application.
Click on Policies tab >> App Login Policy.
Click on Add Policy tab.
In Application section, select the RADIUS App that we configured earlier in Step 1.
Select the required User Group in Group Name and enter the Policy name.
In this guide, we will configure a Password Only policy for "VPN_Group", so that only the VPN_Group members can access VPN Services without a Second Factor.
Once done with the policy settings, click on Save to Add Policy.
11. Test miniOrange 2FA setup for Fortinet VPN Login
Open the FortiClient Console and go to Remote Access > Configure VPN.
Add a new connection:
Set the connection name.
Set Remote Gateway to <vpn_server_ip>.
Select Customize Port and set it to 10443.
Save your settings.
Login to Forticlient and enter Username and Password.
It will prompt for a Second Factor Code if you have Enabled 2-Factor Authentication in miniOrange Policy.
Enter your 2-Factor Code and you should be connected to the VPN.
NOTE: While configuring IPSec VPN connection in FortiClient make sure to use the Pre-Shared key of the IPSec Tunnel that was created LAST.
Fortinet has issues if multiple IPSec Tunnels are present at FortiGate Server.
On passing the valid credentials you can see the screen below:
If you enter an incorrect value you will be redirected to the below screen.
12. Troubleshooting
Login to Admin dashboard and click on CLI icon (>_)
#config user radius
edit "<server_name>"
set server "<vpn_server_ip>"
set secret SUPERSECRETPASSWORD
set auth-type <chap | pap | mschap | mschap2>
next
end
#config user group
edit "radiusgroup"
set member "<server_name>"
config match
edit 1
set server-name "<server_name>"
set group-name "radiusgroup"
next
end
next
end
#config system admin
edit "radiusadmin"
set remote-auth enable
set accprofile "super_admin"
set vdom "root"
set remote-group "radiusgroup"
set password fortinetlocal
next
end