Configure eTrust SiteMinder to perform authorization
We can configure CA eTrust SiteMinder to perform authorization independently from configuring it to perform authentication. However, if we use eTrust SiteMinder to perform authorization for HCL WebSphere Portal, we should also use it to perform authentication. Using eTrust SiteMinder to perform only authorization is not supported at this time.
To configure eTrust SiteMinder for authorization:
- Optional: In eTrust SiteMinder version 5.5 and higher, the configuration for eTrust SiteMinder Web Agents, including shared secrets, is centrally administered and can be dynamic. We may create a new custom agent to ensure a static shared secret. Follow these steps to create a custom agent in eTrust SiteMinder:
- Open the eTrust SiteMinder Administration console.
- Select Agent Types from the View > Agent Types menu.
- Right-click Agent Types, and select Create Agent Type from the pop-up menu.
- Enter a Name and an Action for the new agent type. Other fields are optional.
- Click OK.
- Select Agents from the View > Agents menu.
- Right-click Agent, and select Create Agent to create an agent object of the new agent type.
- Optional: Ensure that users are no longer created through HCL WebSphere Portal.
For eTrust SiteMinder, you probably have a user provisioning process for creating and updating users and groups and administering group membership. You will probably want to continue using that user provisioning process instead of managing your directory through HCL WebSphere Portal. HCL WebSphere Portal creates entries in the directory in two ways:
- Administrators can create entries with the Manage Users and Groups portlet
- Users can create entries with the self-registration screen
- Edit wkplc_comp.properties file in the following directory:
WP_PROFILE/ConfigEngine/properties
- Update the Namespace management parameters in wkplc_comp.properties
- For wp.ac.impl.EACserverName, type the Namespace context information . If set, wp.ac.impl.EACcellName and wp.ac.impl.EACappname must also be set. All three parameters must be set or none of them.
- For wp.ac.impl.EACcellName, type the Namespace context information . If set, wp.ac.impl.EACserverName and wp.ac.impl.EACappname must also be set.
- For wp.ac.impl.EACappname, type the Namespace context information . If set, wp.ac.impl.EACcellName and wp.ac.impl.EACserverName must also be set.
- For wp.ac.impl.reorderRoles, type false to keep the role order or true to reorder the roles by resource type first.
- Enter the following parameters in wkplc_comp.properties; go to the SiteMinder heading:
Clustered environments: Complete this step on all nodes.
Cluster note: Complete this step on all nodes in the cluster. The following parameters must match on all nodes in the clustered environment. The one exception is the wp.ac.impl.PDServerName parameter.
wp.ac.imp.SMDomain eTrust SiteMinder Domain containing all externalized resources. wp.ac.impl.SMScheme eTrust SiteMinder Authentication scheme object name to use when creating realms. wp.ac.impl.SMAgent agent name created on eTrust SiteMinder for a specific external security manager instance. wp.ac.impl.SMAgentPwd password for wp.ac.impl.SMAgent. wp.ac.impl.SMadminId administrative user ID that eTrust SiteMinder uses to access the eTrust SiteMinder policy server. wp.ac.impl.SMAdminPwd password for wp.ac.impl.SMadminId. wp.ac.impl.SMUserDir eTrust SiteMinder User Directory object that references the LDAP user registry. wp.ac.impl.SMFailover true if more than one server is listed in wp.ac.impl.SMServers or type false if no additional servers are available for failover. wp.ac.impl.SMServers comma-delimited list of servers for the eTrust SiteMinder agent.
- If any of the policy servers listed in the wp.ac.impl.SMServers parameter are configured to use ports other than the defaults, we can customize the following values for each server listed:
- ipaddress.accountingPort=44441
- ipaddress.authenticationPort=44442
- ipaddress.authorizationPort=44443
- ipaddress.connectionMax=30
- ipaddress.connectionMin=10
- ipaddress.connectionStep=5
- ipaddress.timeout=60
Where ipaddress is the specific server IP listed in the wp.ac.impl.SMServers parameter.
Clustered environments: Complete this step on all nodes.
- Save changes to the properties file.
- Run the following task to configure eTrust SiteMinder for authorization:
cd WP_PROFILE/ConfigEngine
./ConfigEngine.sh enable-sm-authorization -DWasPassword=foo -Dwp.ac.impl.SmAgentPw=foo -Dwp.ac.impl.SmAdminPw=foo
Clustered environments: Complete this step on all nodes.
- Stop and restart the appropriate servers to propagate the changes.
- If users other than the administrator are allowed to externalize resources, add those users to the eTrust SiteMinder realm representing the Administrator of EXTERNAL_ACCESS_CONTROL.
- Complete the following steps from the Resource Permissions portlet:
- Select a resource type.
- Click the Assign Access icon for the specific resource.
- Click the Edit Role icon for a role to externalize.
- Click Add to explicitly assign at least one user or group to the chosen role for the resource.
- Select the specific users or user groups by clicking on Search for Users or User Groups or clicking on the pull down for the Search by option where the default is set to All available. Click OK.
- An informational message box should display the message that members were successfully added to the role.
- Optional: Explicitly assign additional roles. If we do not assign at least one user or group to each role type for the resource, use the external security manager interface to create this role type later. For example, if we do not assign any users or groups to the Editor role type for the resource, then use the external security manager interface to create the Editor role type later.
- Click the Externalize icon for the resource. These steps move every role defined for each resource we assigned to the eTrust SiteMinder Policy Domain. One policy is defined for each externalized role.
- Add users and groups to the eTrust SiteMinder policies corresponding to the appropriate roles.
Parent Configure eTrust SiteMinder