How do I create Access Policy Groups that match Active Directory (AD) Groups?
The first step is to configure an authentication realm (NT LAN Manager (NTLM) realm) and an Identity which uses the authentication realm.
-------------------------------------------------------------------------------------At this point you should only have two identities, Auth.Id and Global Identity Policy, with authentication enabled on Auth.Id Identity.
The next step is to use the Auth.Id Identity and create access policies based on this Identity. You can specify required AD groups or users in the access policies.
-------------------------------------------------------------------------------------
If you need to create another access policy, click Add Policy and create another access policy for the new AD group.
You should not create new identities for the same authentication realm. Reuse the existing identity (Auth.Id) and create new access policies for different AD groups, as long as the identity is not bound to Proxy Ports, URL Categories, User Agents, or Define Members by Subnet.
For multiple access policies using different AD groups, the setup should look like this:
-------------------------------------------------------------------------------------
Identity
"Auth.Id"
"Global Identity Policy"
Access Policy
"Sales.Policy" using "Auth.Id"
"Support.Policy" using "Auth.Id"
"Manager.Policy" using "Auth.Id"
"Admin.Policy" using "Auth.Id"
"Global Policy" using "All"
Revision | Publish Date | Comments |
---|---|---|
1.0 |
18-Jul-2014 |
Initial Release |