cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
356
Views
1
Helpful
6
Replies

Authenticate only the Domain Computer

Dear All, 

i need some help,i need to auth only the domain computer any one not join domain and plug the cable to switch will not auth 

6 Replies 6

i`m using EAP-TLS for user`s Authentication , but i need to know how can i authenticated only the PC`s join domain  

Well if the endpoint has a certificate from your PKI they are probably already on the domain no?  

You can do a binary comparison in the CAP or in the Authorization policies, check that the endpoint is a member of Domain Computers.

bbouchaiba
Level 1
Level 1

 

Hi,

If you are using ISE, you can use the attribute below in your authorization profile:

Network Access:WasMachineAuthenticated ==True 

JPavonM
VIP
VIP

But take care with using the attribute Network Access:WasMachineAuthenticated ==True as it may happen that MacOS users won't be authorized as the machine authentication is not passed.

PSM
Level 1
Level 1

You can create authorization rule where you put a condition to match if the machine is part of "Domain Computers" or similar group in Active Directory. You can refer multiple groups to include all the domain joined endpoints.