OpenVPN Access Server Integration with AuthPoint

Deployment Overview

This document describes how to set up multi-factor authentication (MFA) for OpenVPN Access Server with AuthPoint as an identity provider.

The OpenVPN Access Server must already be deployed and configured before you set up MFA with AuthPoint. OpenVPN Access Server can be configured to support MFA in several modes. For this integration, we set up RADIUS authentication with AuthPoint.

This integration was tested with version 2.12.1 of the OpenVPN Access Server.

Contents

OpenVPN Access Server Authentication Data Flow with AuthPoint

AuthPoint communicates with various cloud-based services and service providers using the RADIUS protocol. This diagram shows the data flow of an MFA transaction for OpenVPN Access Server.

Topology diagram

Before You Begin

Before you begin these procedures, make sure that:

  • End-users can log in to the OpenVPN Access Server
  • You have installed and configured the AuthPoint Gateway (see About Gateways)
  • A token is assigned to a user in AuthPoint

Additional charges might apply to use OpenVPN Access Server.

Configure OpenVPN Access Server

Configure the RADIUS Server

To use RADIUS authentication with OpenVPN Access Server, you must already configured the RADIUS server (AuthPoint Gateway).

  1. Log in to the OpenVPN Access Server admin web UI at https://<IP address of OpenVPN Access Server>:943/admin.
  2. From the left navigation bar, select Authentication > RADIUS.
  3. From the RADIUS Settings section, enable the RADIUS Authentication.
  4. From the RADIUS Server section, in the Hostname or IP Address text box, type the IP address of the AuthPoint Gateway (RADIUS server).
  5. In the Shared Secret text box, type a shared secret for OpenVPN Access Server to communicate with AuthPoint Gateway (RADIUS server).
    You must use the same Shared Secret when you configure RADIUS client in AuthPoint.
  6. Screenshot of the OpenVPN Access Server, RADIUS 1

  7. Leave the default values for all other settings.
  8. From the bottom of the page, click Save Settings.
  9. From the top of the page, click Update Running Server to apply the settings.

Configure Authentication Settings

  1. From the left navigation bar, select Authentication > Settings.
  2. For the Default Authentication System, select RADIUS.
  3. Screenshot of the OpenVPN Access Server, Authentication Settings 1

  4. From the bottom of the page, click Save Settings
  5. From the top of the page, click Update Running Server to apply the settings.

Configure VPN Server Settings

  1. From the left navigation bar, select Configuration > VPN Settings.
  2. In the Dynamic IP Address Network section, in the Network Address text box, type the IP address for VPN clients to use if a user does not have a specific VPN IP address configured. In the # of Netmask bits text box, type the Netmask for the Network Address.
  3. In the Routing section, in the Specify the private subnets to which all clients should be given access (one per line) text area, type the private subnets.
  4. Screenshot of the OpenVPN Access Server, VPN Settings 1

  5. From the bottom of the page, click Save Settings
  6. From the top of the page, click Update Running Server to apply the settings.

Configure CWS Settings.

  1. From the left navigation bar, select Configuration > CWS Settings.
  2. On the CWS Settings page, configure the client web server or modify access server client settings.
  3. Screenshot of the OpenVPN Access Server, CWS Settings 1

  4. From the bottom of the page, click Save Settings
  5. From the top of the page, click Update Running Server to apply the settings.

Configure AuthPoint

Before AuthPoint can receive authentication requests from OpenVPN Access Server, you must:

Add a Radius Resource in AuthPoint

From the AuthPoint management UI:

  1. From the navigation menu, select Resources. Click Add Resource.
    The Add Resource page opens.

  1. From the Type drop-down list, select RADIUS Client.
    Additional fields appear.

  1. In the Name text box, type a name for the RADIUS client.
  2. In the RADIUS client trusted IP or FQDN text box, type the OpenVPN Access Server IP address.
  3. From the Value sent for RADIUS attribute 11 (Filter-Id) drop-down list, select User's AuthPoint group.
  4. In the Shared Secret text box, type the same shared secret you configured in the previous section.
  5. Screenshot of WGC, RADIUS Client 1

  6. Leave the default values for all other settings.
  7. Click Save.

Add a Group in AuthPoint

You must have at least one user group in AuthPoint to configure MFA. If you already have a group, you do not have to add another group.

To add a WatchGuard Cloud-hosted group to the WatchGuard Cloud Directory:

  1. Go to Configure > Directories and Domain Services.
  2. Click the WatchGuard Cloud Directory domain name. If you have not yet added the WatchGuard Cloud Directory, click Add Authentication Domain and select the WatchGuard Cloud Directory.
    The New Group page appears.

Screenshot that shows the Directories and Domain Services page.

  1. In the Groups tab, click Add Group.
  2. In the Group Name text box, type a descriptive name for the group.
  3. (Optional) In the Description text box, type a description of the group.

Screen shot of the Add Group page.

  1. Click Save.
    Your group is added to the WatchGuard Cloud Directory and to AuthPoint.

Add a Zero Trust Authentication Policy

Zero Trust policies specify which resources users can authenticate to and which authentication methods they can use.

You must have at least one Zero Trust authentication policy that includes the OpenVPN Access Server RADIUS resource. If you already have Zero Trust authentication policies, you do not have to create a new authentication policy. You can add this resource to your existing authentication policies.

Users that do not have an authentication policy for a specific resource cannot authenticate to log in to that resource.

To configure a Zero Trust authentication policy:

  1. Go to Configure > Zero Trust. If you have a Service Provider account, you must select an account from Account Manager.
  2. Click Add Policy.
  3. Type a name for this policy.
  4. In the Target section, from the Content drop-down list, select which groups this policy applies to. You can make multiple selections to add multiple groups.
  5. In the Resources section, select the AuthPoint resources this policy applies to.
  6. In the Conditions section, select the conditions that apply to this policy. When you add a condition to an authentication policy, the policy applies only to user authentications that match the policy and the policy conditions. For example, if you add a time schedule to a policy, the policy only applies to user authentications that occur within that time schedule. Users who only have a policy that includes a time schedule do not get access to the resource when they authenticate outside of the allowed times (because they do not have a policy that applies, not because authentication is denied). For more information, go to About Zero Trust Conditions

    For RADIUS authentication, policies that have a Network Location do not apply because AuthPoint does not have the IP address of the user.

    1. (Optional) To create a new condition, click Add New Condition. After you create a new condition, you must still add the condition to the policy.
    2. From the Type drop-down list, select the type of condition to add to the policy.
    3. From the Name drop-down list, select which condition of the chosen type to add to the policy.
    4. To add more conditions, repeat Step 6.

      If you add conditions to a policy, we recommend that you create a second policy for the same groups and resources without the conditions. Assign a higher priority to the policy with the policy objects. For more information about priority, go to About Zero Trust Policy Precedence.

  7. In the Action section, select an option to specify whether to allow or deny authentications for the resources in this policy. In our example, we want to allow authentications.
    • Allow — Allow user groups in this policy access to the resources associated with this policy.
    • Deny — Deny authentications when users in the groups associated with this policy try to authenticate to the resources associated with this policy.
  8. If you allow access with this policy, select the check box for each authentication option users can select when they authenticate to resources in this policy with MFA.

    If you enable the push and OTP authentication methods for a policy, RADIUS client resources associated with that policy use push notifications to authenticate users.

    QR code authentication is not supported for RADIUS client resources.

    For RADIUS authentication, you append your OTP to the end of your password. Do not add a space. For example, password112233.

  9. Click Save.
    Your policy is created and added to the end of the policy list.
  10. Review the order of your policies and adjust as necessary. For more information about priority, go to About Zero Trust Policy Precedence.

Bind the RADIUS Resource to a Gateway

To use RADIUS authentication with AuthPoint, you must have the AuthPoint Gateway installed on your corporate network and you must assign your RADIUS resources to the Gateway in the AuthPoint web UI. The Gateway functions as a RADIUS server.

If you have not configured and installed the AuthPoint Gateway, see About Gateways.

  1. From the navigation menu, select Gateway.
  2. Select the Name of the Gateway.
  3. From the RADIUS section, in the Port text box, type the port number used to communicate with the Gateway. The default ports are 1812 and 1645.

    If you already have a RADIUS server installed that uses port 1812 or 1645, you must use a different port for the AuthPoint Gateway.

  4. From the Select a RADIUS Resource drop-down list, select your RADIUS client resource.
  5. Click Save.

Add Users to AuthPoint

Before you assign users to a group, you must add the users to AuthPoint. There are two ways to add AuthPoint user accounts:

  • Sync users from an external user database
  • Add WatchGuard Cloud-hosted AuthPoint users

Each user must be a member of a group. You must add at least one group before you can add users to AuthPoint.

Test the Integration

To test the integration of AuthPoint and your OpenVPN Access Server, you can authenticate with your mobile device. For RADIUS resources, you can choose the one-time password (OTP) or push authentication methods.

In this example, we show the one-time password authentication method.

  1. Go to the OpenVPN Access Server Client Web UI at https://<IP address of OpenVPN Access Server>:943
  2. In the Username text box, type your AuthPoint user name.
  3. In the Password text box, type your AuthPoint user password and OTP. The OTP for your token is displayed in the AuthPoint mobile app.
  4. Screenshot of the OpenVPN Client Web UI, User Login

  5. Click Sign In.
  6. Screenshot of the OpenVPN Client Web UI, OpenVPN Connect Download

  7. Download and install the installer for your device. In this example, we chose Windows client.
  8. Run the OpenVPN Connect application.
  9. Click the OpenVPN Profile to open a VPN connection.
  10. Screenshot of the OpenVPN Connect, Enter Password

  11. Type your password and OTP, then click OK.
    The VPN connects successfully.