cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
313
Views
1
Helpful
4
Replies

Authenticating SSID with Certificates

Bledian
Level 1
Level 1

Hello community,

Devices:

Virtual WLC 9800

Windows Internal CA

Active Directory

I want to Integrate virtual WLC 9800 with Windows Internal CA and AD, so I can authenticate SSID using Certificates from Internal CA, using the users from AD with LDAP.

So the idea is to generate CSR from virtual WLC 9800, get signed by the internal windows CA, and get it back to virtual WLC, and than users have to download the certificate from internal CA so they can connect to SSID.

P.s I dont want to use ISE or any other Radius Server.

Is there any guide for this configuration, especially from internal windows CA perspective.

Thanks.

4 Replies 4

@Bledian 

 I dont believe this is possible. EAP-TLS requires a radius server  as far as I know. What you can do is use the windows as CA and as Radius.

 You can follow this guide

https://howiwifi.com/2020/04/08/cisco-9800-802-1x-eap-tls-using-windows-server-ca-and-nps/

 

@Flavio Miranda thank you for the response.

So this means using LDAP won't do the job?

802.1x plus EAP-TLS have a specific structure and one piece of it is the Radius server.

 

FlavioMiranda_0-1727609359562.png

The server figure on the picture above must speak 802.1x (Radius protocol) and LDAP is not meant for that. LDAP is a good resouce to validade a user/pass against a data base but not for radius authentication.

You need a radius server for it.

ammahend
VIP
VIP

your requirement is to have a certificate based authentication, where the endpoint certificate common name can be validated against AD user database, I don't think you can do this without Radius server (Preferably ISE)

If you just want to do username/Password based authentication using LDAP integration with Controller without involving Radius server, then you can do that.

here is the guide  : https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9800-series-wireless-controllers/216744-configuring-catalyst-9800-wlc-with-ldap.html

if you want to get creative with authorization then Radius server is recommended, any particular reason you don't want to use ISE ?

-hope this helps-