Configure an Authentication Profile and Sequence

Overview

In PAN-OS 11.1, you can define authentication profiles and sequences to manage how users and administrators authenticate to the firewall. Authentication profiles specify the authentication service (e.g., LDAP, RADIUS, SAML, Kerberos, local database) and associated settings. Authentication sequences allow the firewall to attempt multiple authentication profiles in a specified order until one succeeds.

1. Configure Server Profiles

Set up server profiles for the authentication services you plan to use:

2. Configure Local Database (Optional)

If using local authentication:

3. Configure Kerberos SSO (Optional)

If using Kerberos single sign-on (SSO):

4. Configure an Authentication Profile

Steps to create an authentication profile:

  1. Navigate to Device > Authentication Profile and click Add .
  2. Enter a Name for the profile.
  3. Select the Type of authentication service (e.g., LDAP, RADIUS, SAML, Kerberos, local database).
  4. Configure the associated Server Profile and other settings based on the selected type.
  5. If enabling Kerberos SSO, enter the Kerberos Realm and import the Kerberos Keytab .
  6. For MFA, enable additional authentication factors and add the configured MFA server profiles.
  7. Under the Advanced tab, specify the users and groups allowed to authenticate with this profile.
  8. Optionally, configure a Username Modifier to adjust the username format before sending it to the authentication server.
  9. Click OK to save the authentication profile.

5. Configure an Authentication Sequence

Steps to create an authentication sequence:

  1. Navigate to Device > Authentication Sequence and click Add .
  2. Enter a Name for the sequence.
  3. Optionally, enable Exit on failed authentication to stop the sequence upon a failed attempt.
  4. Optionally, enable Use domain to determine authentication profile to match the user's domain to an authentication profile.
  5. Add the desired authentication profiles to the sequence and arrange them in the preferred order.
  6. Click OK to save the authentication sequence.

6. Assign Authentication Profile or Sequence

Assign the configured authentication profile or sequence to:

7. Test Authentication Server Connectivity

After configuration, verify that the firewall can authenticate users by testing the authentication server connectivity.

References