Build a Secure Authentication Strategy

Authentication is the first security boundary in your PAS server. Every internal user, administrator, vendor representative, and application workflow depends on authentication to verify identity before granting access.

A secure authentication strategy reduces the risk of:

  • Unauthorized access

  • Credential theft

  • Password reuse attacks

  • Account compromise

  • Privilege escalation

  • Lateral movement between systems

This guide contains recommendations and implementation models to help System Administrators design a secure authentication strategy.

The goal of this guide is to improve security through:

  • Strong authentication requirements

  • Multi-factor authentication (MFA)

  • Time-based One-Time Passwords (TOTP)

  • Facial biometric authentication

  • Identity Provider (IdP) integrations

  • Risk-based authentication controls

  • Administrative account protection

NOTE:

Some methods may require you to have dedicated hardware, such as:
  • Mobile device
  • Photo and video camera
  • Fingerprint scan
  • Proximity card and reader

This document is intended for System Administrators responsible for configuring and maintaining secure authentication controls.

Understanding Authentication Layers

The following authentication layers provide increasing levels of security:

Where to Begin

To review authentication settings in VPAM:

  1. Navigate to System Administration.

  2. Open Passwords & Accounts.

  3. Review:

    • Password Settings

    • Authentication Requirements

    • Authorized Networks

    • API Key Settings

  4. Document your current authentication configuration.

  5. Identify authentication gaps before making changes.

BEST PRACTICE:

Review authentication settings before creating users, roles, or applications. Authentication requirements affect every user that accesses the server.

Recommended Authentication Strategies

Use one or more of the following implementation models.

All strategies require you to have a System Administrator role and must be validated before placing them.

You configure Authentication Strategies at a server level, which impacts all your Internal Users immediately after saving changes. Ensure you plan your modifications and inform your users before changing your server's settings

Building a Secure Administrative Authentication Model

System Administrators have the highest level of access in VPAM .

Protect administrative accounts with:

  • MFA requirements

  • Mobile Authentication

  • Facial Authentication

  • SAML authentication

  • Authorized Network restrictions

  • Separate administrator accounts

Avoid using daily-use accounts as administrative accounts.

BEST PRACTICE:

Administrative accounts should always have stronger authentication requirements than standard users.

Local Authentication Accounts

A local authentication account is a local System Administrator account reserved for emergency situations.

Examples include:

  • Identity Provider outages

  • SAML configuration errors

  • MFA provider failures

  • Directory service outages

Configure local authenticated accounts with:

  • Unique credentials

  • Strong passwords

  • Restricted access procedures

  • Secure credential storage

IMPORTANT:
Test locally authenticated account access regularly to ensure emergency recovery procedures remain functional.

Validation and Testing

After implementing authentication controls:

  1. Test standard user login.

  2. Test administrator login.

  3. Test MFA enrollment.

  4. Test Mobile Authentication.

  5. Test SAML authentication.

  6. Test account lockout behavior.

  7. Test password recovery workflows.

  8. Test break-glass account access.

  9. Validate audit logs.

  10. Document authentication procedures.

TIP:

Perform authentication changes during scheduled maintenance windows whenever possible.

Recommendations

Ensure that you also follow the following recommendations when implementing authentication controls.

DO

  • Require MFA whenever possible.

  • Use Mobile Authentication for privileged users.

  • Integrate VPAM with an Identity Provider.

  • Enforce MFA through your Identity Provider.

  • Protect administrative accounts with stronger authentication requirements.

  • Maintain at least one locally authenticated account.

  • Restrict access using Authorized Networks where appropriate.

  • Review authentication policies regularly.

  • Validate user enrollment processes.

  • Audit authentication activity.

DON'T

  • Don't rely exclusively on passwords.

  • Don't share administrator accounts.

  • Don't disable MFA for convenience.

  • Don't use personal email accounts for administrative users.

  • Don't assign System Administrator privileges broadly.

  • Don't leave inactive accounts enabled indefinitely.

  • Don't deploy SAML authentication without a tested recovery account.

  • Don't implement facial authentication without documented enrollment procedures.

  • Don't treat Risk-Based Authentication as a replacement for MFA.