F5 BIG-IP APM RADIUS Integration with AuthPoint
Deployment Overview
This document describes how to set up multi-factor authentication (MFA) for F5 BIG-IP APM with AuthPoint as an identity provider. F5 BIG-IP APM must already be configured and deployed before you set up MFA with AuthPoint.
F5 BIG-IP APM can be configured to support MFA in several modes. For this integration, we set up RADIUS authentication with AuthPoint.
This integration was tested with BIGIP-17.1.1.3-0.0.5.
Contents
F5 BIG-IP APM Authentication Data Flow with AuthPoint
AuthPoint communicates with various cloud-based services and service providers with the RADIUS protocol. This diagram shows the data flow of an MFA transaction for a F5 BIG-IP APM.
Before You Begin
Before you begin these procedures, make sure that:
- You have installed BIG-IP APM and finished the initialization setup (Setup Utility)
- You have installed and configured the AuthPoint Gateway (see About Gateways)
- Make sure the AuthPoint Gateway has an Internet connection
- A token is assigned to a user in AuthPoint
Configure F5 BIG-IP APM
In the F5 BIG-IP Setup Utility, in the Resource Provisioning step, you must change Access Policy (APM) to Nominal. The default is Local Traffic (LTM).
Configure a RADIUS Server
To use RADIUS authentication with F5 BIG-IP, you must configure a RADIUS server (AuthPoint Gateway) in the AAA Server Groups. This enables F5 BIG-IP APM to authenticate users so they can access their resources through the RADIUS server.
- Log in to the BIG-IP APM web UI from the management port (https://management port IP address).
- From the Main navigation pane, select Access > Authentication > RADIUS.
- Click Create.
- In the Name text box, type a name for the RADIUS server.
- For Mode, select Authentication.
- For Server Connection, select Direct.
- In the Server Address text box, type the IP address of your AuthPoint Gateway.
- In the Authentication Service Port text box, type 1812. This is the default port used for communication with the RADIUS server (AuthPoint Gateway).
- In the Secret and Confirm Secret text box, type a shared secret key to use for communication with the RADIUS server (AuthPoint Gateway). Copy or note this secret. You need this value when you configure a RADIUS resource in AuthPoint.
- In the Timeout text box, type 60.
- Leave the default value for all other settings.
- Click Finished.
Configure a Lease Pool
You configure a lease pool to associate a group of IPv4 or IPv6 addresses with a network access resource. When a lease pool is assigned to a network access resource, network access clients are automatically assigned unallocated IP addresses from the pool during the network access session.
To create an IPv4 lease pool to provide internal network addresses for network access tunnel users:
- From the Main navigation pane, select Access > Connectivity/VPN > Network Access (VPN) > IPV4 Lease Pools.
- Click Create.
- Type a name for the lease pool.
- For Type, select IP Address Range.
- Type the Start IP Address and End IP Address.
- Click Add.
- Click Finished.
Configure Network Access
The BIG-IP APM Network Access feature provides users with the functionality of a traditional IPSec VPN client. With Network Access, employees, partners, and customers can securely access corporate resources from any location using a standard web browser or the BIG-IP Edge Client.
- From the Main navigation pane, select Access > Connectivity/VPN > Network Access (VPN) > Network Access Lists.
- Click Create.
- Type a name for the Network Access.
- Select the Auto launch check box.
- Leave the default value for all other settings.
- Click Finished.
- Select the Network Settings tab.
- From the IPV4 Lease Pool drop-down list, select the lease pool that you created.
- Leave the default value for all other settings.
- Click Update.
Configure a Connectivity Profile
A connectivity profile is the profile that is selected in a virtual server definition to define connectivity and client settings for a network access session.
- From the Main navigation pane, select Access > Connectivity/VPN > Connectivity > Profiles.
- Click Add.
- Type a name for the Connectivity Profile.
- From the Parent Profile drop-down list, select /Common/connectivity.
- Leave the default value for all other settings.
- Click OK.
(Optional) Configure Webtop
A Webtop is a remote implementation of a desktop environment that provides the functionality of a local machine. You connect to a Webtop with a web browser.
You can define three types of webtops in BIG-IP APM:
- A network access only Webtop
- A portal access Webtop
- A full Webtop
To configure a Full Webtop:
- From the Main navigation pane, select Access > Webtops > Webtop Lists.
- Click Create.
- Type a name for the webtop.
- From the Type drop-down list, select Full.
- Leave the default value for all other settings.
- Click Finished.
(Optional) Configure Webtop Links
Webtop links are the links to the resources that you add to the Webtop. After the user authenticates, they see links to the resources on their Webtop.
- From the Main navigation pane, select Access > Webtop > Webtop Links.
- Click Create.
- Type a name for the webtop link.
- From the Link Type drop-down list, select Application URI.
- In the Application URI text box, type a URI link. In our example, we type https://watchguard.com/.
- Leave the default value for all other settings.
- Click Finished
Configure an Access Profile
The Access Profile is where you define the criteria for granting or denying access to the various servers, applications, and other resources on the network.
- From the Main navigation pane, select Access > Profiles/Policies > Access Profiles (Per-Session Policies).
- Click Create.
- Type a name for the Access Profile.
- From the Profile Type drop-down list, select SSL-VPN.
- From the Profile Scope drop-down list, select Profile.
- In the Language Settings, add English to Accepted Languages.
- Leave the default value for all other settings.
- Click Finished.
Edit the Access Profile
You can use an Access Policy to define a sequence of checks to enforce the required level of security on a user’s system before that user is granted access to servers, applications, and other resources on the network.
An access policy can also include authentication checks to authenticate a user before access to network resources is granted.
- In the row of the Access Profile that you just added, click Edit.
- Click + to add an item between the Start and Deny.
The first page for a user will be a logon page. To add a logon page to the local traffic virtual server:
- From the Logon tab, select Logon Page.
- Click Add Item.
- Click Save.
For server authentication, you must add a logon page action and then a AAA server action. The logon page action shows the user a logon page with customizable fields and text. When the user types their logon credentials (for example, a user name and a password), the credentials are passed to the specified AAA server in the AAA server action. If the user is successfully authenticated, the user continues on the Successful branch. A user who is not authenticated continues on the Fallback branch.
- Click the + between your logon page and Deny.
- Select the Authentication tab.
- Select RADIUS Auth.
- Click Add Item.
- From the AAA Server drop-down list, select the AAA server you configured in the previous section.
- Click Save.
- Click Deny next to Successful.
- Select Allow.
- Click Save.
When a user successfully authenticates, they see a Webtop with customized resources and Network Access.
To add a webtop and Network Access:
- Click the + next to Successful.
- Select the Assignment tab.
- Select Advanced Resource Assign.
- Click Add Item.
- Click Add new entry.
- Under Expression, click Add/Delete.
- Select the Network Access tab.
- Select the Network Access that you created.
- Select the Webtop Links tab.
- Select the Webtop Link that you created.
- Select the Webtop tab.
- Select the Webtop that you created.
- Click Update.
- Click Save.
- To apply the configuration, click Apply Access Policy in the upper left corner.
- Click Close.
Configure Virtual Server
With BIG-IP APM, virtual servers are configured with specific settings for network access connections or web application access. The IP address assigned to a host virtual server is the one that is usually exposed to the Internet.
You can configure a remote access connection to one or more internal web applications. With web applications, you create an Access Policy and local traffic virtual server so that end users can access internal web applications through a single external virtual server.
- From the Main navigation pane, select Local Traffic > Virtual Servers > Virtual Server List.
- Click Create.
- In the General Properties section, type a name for the Virtual Server.
- From the Type drop-down list, select Standard.
- For Source Address, select Host and type 0.0.0.0/0 in the text box.
- For Destination Address/Mask, select Host and type the virtual server host IP address in the text box.
- For Service Port, select Port.
- From the drop-down list, select HTTPS.
- In the Configuration section, from the HTTP Profile (Client) drop-down list, select http.
- From the HTTP Profile (Server) drop-down list, select Use Client Profiles.
- In the SSL Profile (Client) select the clientssl profile to use with this virtual server.
- In the SSL Profile (Server) select the serverssl profile to use with this virtual server.
- In the Access Policy section, from the Access Profile drop-down list, select the Access Profile that was previously created.
- From the Connectivity Profile drop-down list, select the Connectivity Profile that was previously created.
- Leave the default value for all other settings.
- Click Finished.
Configure AuthPoint
Before AuthPoint can receive authentication requests from BIG-IP APM, you must:
- Specify BIG-IP APM as a RADIUS client resource in AuthPoint.
- Add an authentication policy for the BIG-IP APM RADIUS client resource or add the BIG-IP APM RADIUS client resource to an existing authentication policy.
- Bind the BIG-IP APM RADIUS client resource to the AuthPoint Gateway.
Add a RADIUS Resource in AuthPoint
From the AuthPoint management UI:
- From the navigation menu, select Resources.
Click Add Resource.
The Add Resource page opens.
- From the Type drop-down list, select RADIUS Client.
Additional fields appear.
- On the RADIUS Client page, in the Name text box, type a name for this resource.
- In the RADIUS client trusted IP or FQDN text box, type the F5 BIG-IP APM Internal VLAN IP address.
- In the Value sent for RADIUS attribute 11 (Filter-Id) drop-down list, select User's AuthPoint group.
- In the Shared Secret text box, type the shared secret that you configured for F5 BIG-IP APM in the previous section. This key is used by F5 BIG-IP APM and the RADIUS server (AuthPoint Gateway) for communication.
- Leave the default value for all other settings.
- 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:
- Go to Configure > Directories and Domain Services.
- 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.
- In the Groups tab, click Add Group.
- In the Group Name text box, type a descriptive name for the group.
- (Optional) In the Description text box, type a description of the group.
- Click Save.
Your group is added to the WatchGuard Cloud Directory and to AuthPoint.
Add an Authentication Policy to AuthPoint
Authentication policies specify which resources users can authenticate to and which authentication methods they can use (Push and OTP).
You must have at least one authentication policy in AuthPoint that includes the F5 BIG-IP RADIUS client resource. If you already have authentication policies, you do not have to create a new authentication policy. You can add this resource to your existing authentication policies.
Users who do not have an authentication policy for a specific resource cannot authenticate to log in to that resource.
To configure an authentication policy:
- From the navigation menu, select Authentication Policies.
The Authentication Policies page opens.
- Click Add Policy.
The Add Policy page opens.
- In the Name text box, type a name for this policy.
- From the Select the Authentication Options drop-down list, select Authentication Options, then select which authentication options users can choose from when they authenticate.
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.
- From the Groups drop-down list, select which groups this policy applies to. You can select more than one group. To configure this policy to apply to all groups, select All Groups.
- From the Resources drop-down list, select the resource that you created in the previous section. If you want this policy to apply to additional resources, select each resource this policy applies to. To configure this policy to apply to all resources, select All Resources.
-
(Optional) If you have configured policy objects such as a Network Location, select which policy objects apply to this policy. When you add a policy object to a policy, the policy only applies to user authentications that match the conditions of the policy objects. For example, if you add a Network Location to a policy, the policy only applies to user authentications that come from that Network Location. Users who only have a policy that includes a Network Location do not get access to the resource when they authenticate outside of that Network Location (because they do not have a policy that applies, not because authentication is denied).
For RADIUS authentication, policies that have a Network Location do not apply because AuthPoint does not have the IP address of the user.
If you configure policy objects, we recommend that you create a second policy for the same groups and resources without the policy objects. The policy with the policy objects should have a higher priority.
- Click Save.
Your policy is created and added to the end of the policy list.When you create a new policy, we recommend that you review the order of your policies. AuthPoint always adds new policies to the end of the policy list.
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 management UI. The Gateway functions as a RADIUS server.
If you have not configured and installed the AuthPoint Gateway, see About Gateways.
- From the navigation menu, select Gateway.
- Select the Name of the Gateway.
-
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.
- From the Select a RADIUS Resource drop-down list, select your RADIUS client resource.
- 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.
To import users from Active Directory, Microsoft Entra ID, or an LDAP database, you must add an external identity in the AuthPoint management UI. External identities connect to user databases to get user account information and validate passwords.
- To sync users from Active Directory or an LDAP database, you must add an LDAP external identity
- To sync users from Microsoft Entra ID, you must add a Microsoft Entra ID external identity
When you sync users from an external user database, you can sync any number of users and they are all added to AuthPoint at one time. Users synced from an external user database use the password defined for their user account as their AuthPoint password.
To learn how to sync users, go to Sync Users from Active Directory or LDAP and Sync Users from Azure Active Directory.
You create WatchGuard Cloud-hosted users and groups from the WatchGuard Cloud Directory in WatchGuard Cloud. Directories and Domain Services is where you add shared authentication domains for WatchGuard Cloud devices and services, such as AuthPoint.
Users that you add to the WatchGuard Cloud Directory are automatically added to AuthPoint as well.
You add local AuthPoint users form Directories and Domain Services. You manage the users in AuthPoint on the Users page.
When you add WatchGuard Cloud-hosted AuthPoint users, you choose whether the user is an MFA user or a non-MFA user.
- MFA users are user accounts that will use AuthPoint multi-factor authentication to authenticate. This is not related to the AuthPoint Multi-Factor Authentication license type.
- Non-MFA users are users that will only ever authenticate with a password, such as a service account user. Non-MFA users do not consume an AuthPoint user license and cannot authenticate to resources that require MFA. They can only authenticate to protected resources if the non-MFA user account has a password only authentication policy for that resource.
After you add a user, you can edit the user account if you need to change their account type. When you change a user account from MFA to non-MFA, AuthPoint deletes the tokens and password vault (if applicable) that belong to the user. This action cannot be undone.
Unlike users synced from an external user database, WatchGuard Cloud-hosted AuthPoint users define and manage their own AuthPoint password. When you add a WatchGuard Cloud-hosted user account, the user receives an email that prompts them to set their password.
To learn how to add WatchGuard Cloud-hosted AuthPoint user accounts to the WatchGuard Cloud Directory, go to Add Local Users to an Authentication Domain.
Test the Integration
To test AuthPoint MFA with F5 BIG-IP APM, you can authenticate with a mobile token on your mobile device. For RADIUS resources, you can choose one-time password (OTP) or a push notification.
In this example, we show the OTP authentication method (users append the OTP for their token to their password). If you enable both the Push and OTP authentication methods for a policy, RADIUS client resources will use push notification to authenticate users. To allow users to authenticate with OTP, you must select only the password and OTP authentication methods. You can edit the policy in the previous section.
- Open a web browser and go to https://virtual server IP address.
- In the Username text box, type your user name.
- In the Password text box, type your password and append the OTP behind it.
The OTP is shown in your AuthPoint mobile app. Do not add a space between your password and OTP. - Click Logon.
- Click Network Access.
- (Optional) If you have not installed the Network Access client yet, you need to download and install the Network Access client first.
- Click Open F5 Network VPN.