10-23-2020 09:56 PM
Hello community,
has anybody found a way to use a modern wireless controller like XCA or XCC with a client auth based on certifcates without using an NPS (we have dozens of ipad´s)
I want to find a way where i can create a machine certificate on a system and then join an SSID without username and passwort but only check this certifcate.
Solved! Go to Solution.
11-02-2020 08:39 PM
Hi Christian,
You can setup computer/machine cert based authentication by following these steps. You would also need to take care of the certificate distribution to your iOS and non-windows devices, that can’t be done with EAC.
1- Point your XCC to the EAC as radius server using the AAA configuration the XCC. Make sure NOT to use local onboarding option in WLAN settings.
2- On the EAC, you need two types of certificates i.e.
3- Load the CA cert on the “Update Trusted Authorities” under AAA settings in EAC.
4- Update the Radius cert on the EAC as follows:
5- Setup LDAP on EAC to authenticate your machines/computers, make sure you set it up with AD machine default values as per following:
6- Configure AAA rule as per below and make sure you have correct match pattern for host and LDAP settings selected, usually it is host/* or *@* depending on how your directory service is setup.
7- Finally, create an appropriate rule to address the cert based authentication, you either set it to a more generic auth type 802.1x or be more specific and set it to 802.1x EAP-TLS.
8- And most importantly, don’t forget to press the magic “Enforce” button to ensure settings are pushed to EAC.
Let us know how it goes.
Regards,
Ovais
10-24-2020 08:59 AM
Christian,
There are 3 authentication mechanisms in XCC:
If you don’t use local (usrername/password) authentication, you need an external Radius server to perform the authentication.
You can use NPS or another.
The advantage of the Extreme Access Control is the integration with the XCC.
To perform TLS Auth the Radius has to have the Root certificate of the CA used to generate the Client certificate.
With this Root certificate he can validate the Client certificate and give a positive answer to the XCC.
Regards
Mig