06-04-2019 12:49 PM
Hello, one of my clients would like to use ISE to control network access at a plant. The machines are not joined to AD and users login via local accounts. How can I create an authc policy to ahthenticate those users? Which identity store should be selected in this case?
Solved! Go to Solution.
06-17-2019 04:15 PM
The functionality you are looking for is identity rewrite that strips the machinename or domain before \ and use only username.
You can also use MAC authentication bypass and whitelist the MAC addresses in ISE endpoint db.
Depends on what level of access you need for the machine before 802.1x/MAB. You can redirect the machines to do a web authentication and use users in internal db following MAB. Web auth will give you consistent user experiance.(ignore session:posture attribute value)
Thanks
Krishnan
06-04-2019 08:05 PM
If they are not AD joined then EasyConnect won't work :-( - but if the devices support 802.1X then you can configure the supplicant to perform 802.1X authentication. That is independent of whether the device is AD joined or not.
Windows supplicants support machine and user auth. Other OS's typically only support a user authentication via the supplicant (because these devices are not used my multiple users anyway).
06-04-2019 09:13 PM
And that would be against ISE internal identity store correct?
06-05-2019 06:32 PM
It doesn't matter. You can have an AD infrastructure containing Users, but at the same time, none of your computers are domain joined (domain joined means that AD knows about the machine because there is a machine account in the AD directory).
I don't know what your scenario is. But AD is just a collection of objects (users, computers, etc.) - ISE can search the AD for an 802.1X authentication. You can also use LDAP or SQL or local ISE accounts.
06-07-2019 10:16 AM
Hi Arne, I created an internal user, and an identity sequence that check the internal user database only. I created test authentication and authorization policies and configured the windows machine dot1x settings. The problem is that the windows machines don't prompt for a login unless there is a local account on the machine. Any idea how can I configure the windows machine to prompt for credentials that are present on ISE?
06-09-2019 06:11 AM
Hi @NETAD
I don't understand what you mean by "The problem is that the windows machines don't prompt for a login unless there is a local account on the machine" - every Windows machine has a local account - but the "prompting for credentials" you are talking about is controlled by the Windows supplicant configuration (e.g. for Wired 802.1X you need to enable the Windows Service called "Wired Auto Config" - then you can suddenly see a Security tab under the Ethernet adapter. This is widely documented all over the place. Wireless is similar, but the supplicant config is always available for configuration and does not need any special service to run. www.labminutes.com ...
06-10-2019 03:45 PM
06-11-2019 02:03 AM
Make sure your supplicant is configured to authenticate "User" and not Computer.
06-17-2019 04:15 PM
The functionality you are looking for is identity rewrite that strips the machinename or domain before \ and use only username.
You can also use MAC authentication bypass and whitelist the MAC addresses in ISE endpoint db.
Depends on what level of access you need for the machine before 802.1x/MAB. You can redirect the machines to do a web authentication and use users in internal db following MAB. Web auth will give you consistent user experiance.(ignore session:posture attribute value)
Thanks
Krishnan
06-17-2019 05:28 PM
Thanks. Is there a way to make dot1x prompt for authentication everytime a user logs off? The laptops will not be used by the same user so I need a way for windows to not cache the credentials and prompt upon login off and login on.
06-17-2019 06:23 PM
If you use 802.1x, when the user logs off, and if you use user authentication, the 802.1x supplicant will typically send a logoff. You need to test this and see if this happens.
-Krishnan
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide