Hello,
We are implementing a new AnyConnect VPN solution using certificate based authentication. One of the key requirements is to create 3 different group polices whereby the appropriate restrictions will be applied. The requires that user recieve IP addresses from different pools and filtering will be applied based on these incoming addresses.
I am trying to achieve the following:
1. Being certificate based authentication, user is not required to enter login credentials. The user certificate should be used to authenticate the user. (this is currently working)
2. Based on the "some attribute" in the certificate -> I want to map the user to a specific group policy on the ASA and ultimately to the corresponding group on LDAP. This way, the filtering on the group policy will then kick in.
Can anybody assist on this?
Thanks.