| |  | Determining Group Membership Summary of Steps | Steps in Detail Place a REALM (if required) and a PASSWORD access control record in a DIRMAP or ACCESS file to specify how you want VM:Webgateway to authenticate a web browser user. Place a GROUP access control record in the same DIRMAP or ACCESS file to specify how you want VM:Webgateway to determine group membership for a web browser user. - Place one or more of the following access control records in a DIRMAP or ACCESS file to cause VM:Webgateway to determine to which groups a web browser user belongs:
- Place a REALM (if required) and a PASSWORD access control record in a DIRMAP or ACCESS file to specify how you want VM:Webgateway to authenticate a web browser user.
VM:Webgateway must authenticate a web browser user before it can determine group membership. For more information, refer to Authenticating Web Browser Users in the side bar. - Place a GROUP access control record in the same DIRMAP or ACCESS file to specify how you want VM:Webgateway to determine group membership for a web browser user.
VM:Webgateway can determine group membership using one of the following: - ACI groups
- Specify VMDIR on the GROUP record. You cannot use ACI groups if you use client certificates to authenticate users.
- Site-maintained file
- Specify the name and location of a file that contains userids and the groups to which the userids belong. A site can set up more than one group file. However, you can use only one group file for each request for data.
If you use client certificates to authenticate browser users, and you want to control access to data using group membership, include a USERID parameter on the PASSWORD record to identify the client certificate field to use for the userid (for example, CCERTEMAIL for the e-mail address). - Site-written user exit
- Identify the name of the user exit on the GROUP record. A site can set up more than one group user exit. However, you can use only one group user exit for each request.
VM:Webgateway allows only one method for determining group membership for each request to serve data. If VM:Webgateway evaluates a GROUP record in a DIRMAP or ACCESS file, and then encounters a subsequent GROUP record that specifies a different method for determining group membership, it will issue an error. - Type one or more of the following access control records in a DIRMAP or ACCESS file to cause VM:Webgateway to determine to which groups a web browser user belongs:
- WHEN GROUP
- WHEN USEREXIT with a GROUPS parameter
|