cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
263
Views
3
Helpful
4
Replies

User or Computer Authentication option...

rezaalikhani
Spotlight
Spotlight

Hi all;

As you know, there is several authentication scenarios in Windows native supplicant. One of them is "User or Authentication" option:

rezaalikhani_0-1733644808835.png

Based on the official documents, by selecting "User or Computer Authentication" option, Windows performs an 802.1X authentication with computer credentials before displaying the Windows logon screen. Windows performs another 802.1X authentication with user credentials after the user has logged on.

Based on the above statement, Microsoft should choose AND instead of OR for this option. Right?

Is there any scenario you know which forces the OR operation (the computer authentication or user authentication)?

Thanks

 

 

1 Accepted Solution

Accepted Solutions

Greg Gibbs
Cisco Employee
Cisco Employee

The following article explains how this works with traditional EAP methods.
https://www.networkworld.com/article/940452/machine-authentication-and-user-authentication.html

I also describe and illustrate how this works with both traditional EAP methods and TEAP in my blog here.
https://community.cisco.com/t5/security-knowledge-base/cisco-ise-with-microsoft-active-directory-entra-id-and-intune/ta-p/4763635#toc-hId-296059835

 

View solution in original post

4 Replies 4

If I recall correctly, the addition of user authentication is tied to EAP chaining in which it is a logical AND. 

Edit: Re-reading my initial response didn’t answer your question at all. This appears to be a limitation of the OS rather than ISE which can be configured to accept in an AND/OR manner. 

ammahend
VIP
VIP

Short answer is No with native supplicant, but you have machine access restriction feature on ISE which basically caches your machine auth for the defined period of time, between this time only user authentication happens since previous machine auth is already cached, unless windows device goers thought a reboot or complete logout.
There are some restriction, pros and cons that you can read here

-hope this helps-

Greg Gibbs
Cisco Employee
Cisco Employee

The following article explains how this works with traditional EAP methods.
https://www.networkworld.com/article/940452/machine-authentication-and-user-authentication.html

I also describe and illustrate how this works with both traditional EAP methods and TEAP in my blog here.
https://community.cisco.com/t5/security-knowledge-base/cisco-ise-with-microsoft-active-directory-entra-id-and-intune/ta-p/4763635#toc-hId-296059835

 

Exactly useful for me. Thank you...