Palo Alto Networks: Authentication Policy Dependencies

Authentication Profiles

Authentication Profiles define how the firewall authenticates users. They reference server profiles (e.g., LDAP, RADIUS, Kerberos) and specify parameters such as:

Authentication Portal Redirect

The Authentication Portal provides a web-based interface for user authentication. When configured in redirect mode, the firewall intercepts HTTP/HTTPS requests and redirects them to a designated interface for authentication. This process involves:

It's essential to configure the Authentication Portal correctly to ensure seamless user redirection and authentication.

User Prompt Mechanisms

Depending on the authentication method, users may be prompted in different ways:

The chosen method affects the user experience and should align with organizational policies and infrastructure.

Comfort Pages

Comfort Pages are customizable web pages displayed to users during the authentication process. They provide information and instructions, enhancing the user experience. Types include:

Administrators can customize these pages to align with organizational branding and provide clear instructions to users.

Mermaid Sequence Diagram: Authentication Workflow

sequenceDiagram participant User participant Firewall participant AuthServer User->>Firewall: Access Request Firewall->>User: Redirect to Authentication Portal User->>Firewall: Submit Credentials Firewall->>AuthServer: Validate Credentials AuthServer-->>Firewall: Authentication Response Firewall->>User: Grant or Deny Access

References