05-23-2018 12:35 AM
Hi,
Are there recommended user and device certificate templates, the ones used in Windows CA for example. I have seen diffrent ways of doing it - diffrent values for SAN field for example.
The reason I ask is that I am wondering how the device group membership in AD is checked with EAP-TLS. I suppose it's one of the LDAP attributes? I'd like to use device group membership in the authorisation rules.
Thanks,
Rafal
Solved! Go to Solution.
05-23-2018 05:20 AM
Typically the Cert Auth Profile specifies the certificate field that contains the user id in AD. Often this the Subject CN. This value is then used to fetch group memberships like we would for any other type of Authorization. Optionally you can assign values to specific cert fields like OU to have additional policy conditions such as IF OU=DivisionX, THEN ...
Specific to LDAP queries, the LDAP server definition defines the attribute in LDAP used to perform group membership lookups.
/Craig
05-23-2018 05:20 AM
Typically the Cert Auth Profile specifies the certificate field that contains the user id in AD. Often this the Subject CN. This value is then used to fetch group memberships like we would for any other type of Authorization. Optionally you can assign values to specific cert fields like OU to have additional policy conditions such as IF OU=DivisionX, THEN ...
Specific to LDAP queries, the LDAP server definition defines the attribute in LDAP used to perform group membership lookups.
/Craig
05-23-2018 05:33 AM
Hi Craig,
How about the device certificate? what should I put in the subject name and what should I match for in the certificate profile? and finally how will the hostname be "extracted" so that a search in the AD can be done?
Thanks,
Rafal
05-23-2018 05:50 AM
MAC address can be used.
05-23-2018 06:47 AM
is it possible to do a search for AD group membership based on MAC address?
05-23-2018 06:53 AM
yes, for LDAP. For AD, it depends on how accounts are stored. You could also set the FQDN or UPN in cert field.
05-23-2018 07:39 AM
thanks.
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