01-05-2026 08:39 PM
I implemented Cisco ISE using EAP-TLS for user authentication. Authentication works fine for the machine owner only. However, when other users log in to different machines, authentication fails because their certificates are not installed on those machines.
We tested a scenario where user authentication fails and machine authentication passes, which initially provides limited access. However, once the machine is successfully authenticated and the user starts to log in, access is lost and the user is unable to connect to the network.
How to solve this issue?
01-06-2026 12:47 AM
I see three ways to solve this:
01-06-2026 01:20 AM
Hi,
If, most probably, you want to keep user authentication as well, you need to use an AD GPO that automatically installs user certificate upon user login, which will allow successful EAP-TLS authentication for the user as well (ensure that machine authorization allows connectivity with AD for this process to work); find more information as well as a complete guide here:
https://lostintransit.se/2024/11/07/leveraging-gpo-to-distribute-user-and-computer-certificate/
The other option to keep the same solution you're looking for, would be to have the user certificate installed on a smart card / USB dongle and have the user attach it to the computer before login.
Otherwise, use only machine authentication(however you'll not be able to perform different authorizations per user), or change PEAP (EAP-TLS) with PEAP(EAP-MSCHAPv2).
Thanks,
Cristian.
01-06-2026 02:57 AM
Thank you for your support.
Machine authorization currently set to permit access, is the user certificate will installed during the machine authentication/ Authorization process?
01-07-2026 05:35 PM
No. The user cert is enrolled by the user GPO, which happens after the user authentication process resulting in a catch-22 scenario.
The best way to mitigate this issue is using TEAP with EAP Chaining as discussed in this post:
https://community.cisco.com/t5/network-access-control/eap-teap-first-time-user-login-chicken-amp-egg-scenario/td-p/4475351
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide