FortiAuthenticator SmartConnect with LDAP users for BOTH domain-joined + BYOD – architecture questio
I’m designing a FortiAuthenticator EAP TLS setup where the user base is LDAP (Active Directory), supporting two types of endpoints:
Domain-joined laptops (already managed) , certificates already present on the user device.
BYOD devices (user-owned)
Both need to authenticate via EAP-TLS for Wi-Fi (802.1X) using FortiGate + FortiAuthenticator.
Current setup:
Domain-joined devices:
Certificates pushed via GPO from internal PKI
EAP-TLS with certificate binding is already working
Username is derived from the certificate CN and mapped to LDAP
EAP -TLS for domain joined devices is working. And I am also able to assign dynamic vlans via radius attributes configured in the FAC user group.
BYOD devices:
Will be onboarded via SmartConnect
Authentication to LDAP is required first
Certificates will be issued to the device so it can use EAP-TLS
Questions:
For BYOD onboarding, is it better to use a local CA on FortiAuthenticator, or should I issue certificates from the LDAP/AD CA via SCEP for BYOD devices as well?
Regarding realm design: should I use a single realm for both domain-joined and BYOD users, or create separate realms for BYOD (e.g., byod.domain.lab) while keeping the same LDAP backend?
In the RADIUS policy: can a single policy handle both domain-joined and BYOD devices, or is it necessary to configure two separate policies to differentiate the flows?
Any best-practice architecture examples for supporting LDAP users on both domain-joined and BYOD devices with EAP-TLS, using FortiGate + FortiAuthenticator?
Looking for guidance from anyone who has implemented a clean BYOD + domain-joined EAP-TLS workflow in production.