cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2801
Views
0
Helpful
3
Replies

ISE with certificate - without AD

Attila Horvath
Level 1
Level 1

Hi, 

We would like to implement the following:

Corporate (not private) Tablet and mobile devices (Ipad, Android) can connect to corporate wireless SSID with certificate installed on it,

but without AD membership, so certificates exist only at PKI server. (of course the auth is based only certificate - TLS) 

I know the BYOD is very same, but - as I understand - the final stage, after the CoA is a simple certificate based authentication from AD.

Is it possible to implement it without AD? The certificate provisioning is a Helpdesk task, not user controlled.

TIA

Attila

2 Accepted Solutions

Accepted Solutions

jan.nielsen
Level 7
Level 7

Sure, as long as your authorization rule doesn't try to match anything like an AD group, you should be fine with EAP-TLS with no AD integration.

View solution in original post

you have to import the CA as a trusted cert.

When you create your Authz rule you should have some identifying info from that specific cert chain ie.CN ends with "mydomain.com"

Just make sure you correctly setup ISE to go and get the CRL from your CA server otherwise once a device has a valid cert, it's harder to bump them from your network.

View solution in original post

3 Replies 3

jan.nielsen
Level 7
Level 7

Sure, as long as your authorization rule doesn't try to match anything like an AD group, you should be fine with EAP-TLS with no AD integration.

But how can I make sure that the certificate is valid and offered by a valid CA ?

you have to import the CA as a trusted cert.

When you create your Authz rule you should have some identifying info from that specific cert chain ie.CN ends with "mydomain.com"

Just make sure you correctly setup ISE to go and get the CRL from your CA server otherwise once a device has a valid cert, it's harder to bump them from your network.