01-05-2024 04:04 AM
Hello everyone,
I'm studying for the SISE exam, and in the chapter (15) of the OCG about authentication via certificate, there's something I don't quite understand. Within the page where the CAP profile (Certificate Authentication Profile) is created, there's an option called "Identity Store".
What's the purpose of this option?
Thank you.
Solved! Go to Solution.
01-05-2024 05:29 AM
UPN and ExternalGroup are two different things.
If you want to use an external group in your authorization policy, this information has to be made available. With only the Authentication, the ISE doesn't know anything about the Windows groups. You specify the Identity store in the CAP to tell the ISE which store to query for these groups (or attributes).
These are the steps the ISE takes:
01-05-2024 04:26 AM
When you use client certificates for authentication, the ISE authenticates the client based on the validity of the client certificate. But with that, you don't know anything yet about the authorization. Yes, you could look into the organizational unit, for example, if there is any helpful information. But your internal PCs have likely all the same OU. Now, you take a field from the certificate that is individual, like the UPN, and query an identity store for authorization. This is like, "Hey, AD, is there a UPN 'karsten@company.com' in your directory? Give me the assigned Windows groups.". AD returns the groups like Marketing, Sales, Admins, and so on, and you have something to use in your authorization policy.
01-05-2024 04:58 AM
Thank you for your reply.
However, I believe what you are referring to is the next step, namely using the 'principal username attribute' within the authorization policy (specifically utilizing the 'ExternalGroup' attribute). Please refer to the following image.
I am unclear, though, about the purpose of the Identity Store option within the CAP settings page. If I am verifying the identity within the authorization rule, why do I need to configure an identity source within the CAP settings page?
01-05-2024 05:29 AM
UPN and ExternalGroup are two different things.
If you want to use an external group in your authorization policy, this information has to be made available. With only the Authentication, the ISE doesn't know anything about the Windows groups. You specify the Identity store in the CAP to tell the ISE which store to query for these groups (or attributes).
These are the steps the ISE takes:
01-05-2024 06:04 AM
Now it's much clearer. Thank you so much.
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