Authentication Methods

Overview

ISE supports multiple 802.1X authentication methods. This module covers configuration, migration strategies, and troubleshooting for:

  • EAP-TLS - Certificate-only authentication (most secure)

  • EAP-TEAP - Tunnel with certificate + password (BYOD-friendly)

  • MSCHAPv2 - Password-based (legacy, being deprecated)

Authentication Method Comparison

Method Security User Experience Complexity Use Case

EAP-TLS

Highest

Seamless (cert auto-selected)

Medium

Domain-joined devices

EAP-TEAP

High

Good (cert + password fallback)

High

BYOD, mixed environments

PEAP-MSCHAPv2

Medium

Password prompt

Low

Legacy (deprecate)

┌─────────────────────────────────────────────────────────────┐
│                    Authentication Flow                       │
├─────────────────────────────────────────────────────────────┤
│                                                              │
│  ┌──────────────┐    ┌──────────────┐    ┌──────────────┐   │
│  │   Managed    │    │    BYOD      │    │   Legacy     │   │
│  │   Devices    │    │   Devices    │    │   Devices    │   │
│  └──────┬───────┘    └──────┬───────┘    └──────┬───────┘   │
│         │                   │                   │            │
│         ▼                   ▼                   ▼            │
│  ┌──────────────┐    ┌──────────────┐    ┌──────────────┐   │
│  │   EAP-TLS    │    │   EAP-TEAP   │    │  MSCHAPv2    │   │
│  │ (Cert Only)  │    │ (Cert+Pass)  │    │  (Password)  │   │
│  └──────────────┘    └──────────────┘    └──────────────┘   │
│         │                   │                   │            │
│         └───────────────────┴───────────────────┘            │
│                             │                                │
│                             ▼                                │
│                    ┌──────────────┐                          │
│                    │     ISE      │                          │
│                    │   Policy     │                          │
│                    └──────────────┘                          │
└─────────────────────────────────────────────────────────────┘

Key Topics

EAP-TLS

Certificate-based authentication without passwords.

EAP-TEAP

Tunneled EAP with multiple authentication methods.

MSCHAPv2 Migration

Phased approach to eliminate password-based authentication.

Certificate Authority

All certificate-based authentication uses the DOMUS PKI:

DOMUS-ROOT-CA (Vault - offline)
└── DOMUS-ISSUING-CA (Vault pki_int - active)
    ├── Server certificates (ISE, Keycloak)
    └── Client certificates (workstations)

See Vault PKI Certificate Issuance (infra-ops) for certificate procedures.

  • Linux Client Configuration (ise-linux)

  • 802.1X Troubleshooting (infra-ops)

  • Policy Set Design