04-03-2019 07:10 AM
Pros and Cons of using ISE internal identity store vs external identity store - e.g AD
04-03-2019 10:55 AM
Hi,
That's a very broad question. It boils down to the same reasons you'd use an external identity source as opposed to an internal one for most systems.
1) External sources allows for authenticating against centralized databases, which is where the vast majority of users and endpoints in an organization are likely configured. For example, Microsoft AD contains all endpoints within the domain and all users within the domain.
2) An external source means you don't need to duplicate users/endpoints/credentials, which not only removes a vast amount of technical overhead but also ensures that your external source is the single source of truth of your organization's logical assets. This includes entity information and status (locked out, disabled, etc.0.
3) An internal source may be useful for a few reasons:
3.1) Due to technical limitations when using an external identity source. For example, Windows Server 2008 and above don't support EAP-MD5 authentication so it must be used on internal users.
3.2) Allowing ISE to make policy decisions independant of any external identity source. For example, you want to create an emergency group of users which aren't located outside of ISE so that they can't be affected if your domain is compromised.
3.3) Internal database requests can be performed more times per second than external database requests. If for some reason you are unable to meet your system requirements using an external database, you might be able to do so with internal users/groups. See https://community.cisco.com/t5/security-documents/ise-performance-amp-scale/ta-p/3642148 for more details.
I'm sure there are other factors, but those are the big ones that come to my mind.
04-03-2019 12:15 PM
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