Sun Java System Access Manager Policy Agent 2.2 Guide for BEA WebLogic Server/Portal 9.2

Post-Installation of Policy Agent 2.2 on BEA WebLogic Portal 9.2

This section provides and directs you to post-installation information and instructions applicable to BEA WebLogic Portal 9.2. Many of the instructions are the same for BEA WebLogic Server 9.2 and BEA WebLogic Portal 9.2 When the information is the same, you are referred back to Chapter 4, Post-Installation Tasks of Policy Agent 2.2 for BEA WebLogic Server/Portal 9.2. When information is specific to BEA WebLogic Portal 9.2, it is provided in this section.

This post-installation section addresses the following topics:

Portal: Common Post-Installation Steps for All J2EE Agents in Policy Agent 2.2

After you have performed the applicable installation-related tasks described in Implications of Specific Deployment Scenarios in Agent for BEA WebLogic Server/Portal 9.2, perform the common post-installation steps for all J2EE agents.

For information on these steps, refer to Common Post-Installation Steps for All J2EE Agents in Policy Agent 2.2.

Configuring BEA WebLogic Portal 9.2 Instance With Agent Classpath and Agent Java Options

The basic steps involved in this task are the same for BEA WebLogic Portal 9.2 and for BEA WebLogic Server 9.2. The instructional information that follows consists of the most important information required to configure agent classpath and agent Java options specifically for BEA WebLogic Portal 9.2. For complete instructions, see Configuring BEA WebLogic Server/Portal 9.2 Instance With Agent Classpath and Agent Java Options.

ProcedureTo Configure BEA WebLogic Portal 9.2 Instance With Agent Classpath and Agent Java Options

    Access and edit the appropriate start up script in the manner illustrated by the following examples:

    where DeployContainer-base represents the directory in which BEA WebLogic Server/Portal 9.2 was installed.

    • UNIX Platforms

      The file to access:

      DeployContainer-base/weblogic92/samples/domains/portal/bin/startWeblogic.sh

      The information to be added:

      . DeployContainer-base/samples/domains/portal/bin/setAgentEnv_${SERVER_NAME}.sh

      The line after which to add the information:

      . ${DOMAIN_HOME}/bin/setDomainEnv.sh $*

    • Windows Platforms

      The file to access:

      DeployContainer-base\weblogic92\samples\domains\portal\bin\startWeblogic.cmd

      The information to be added:

      call DeployContainer-base\weblogic92\samples\domains\portal\setAgentEnv_%SERVER_NAME%.cmd

      The line after which to add the information:

      call. ${DOMAIN_HOME}\bin\setDomainEnv.sh $*

Portal: Configuring the Agent Authentication Provider on Agent for BEA WebLogic Server/Portal 9.2

The task describing how to configure the agent Authentication Provider specifically for this agent on BEA WebLogic Portal 9.2 follows subsequently. However, if you want more background information about the task, seeConfiguring the Agent Authentication Provider on Agent for BEA WebLogic Server/Portal 9.2.

ProcedureTo Configure the Agent Authentication Provider Specifically for BEA WebLogic Portal 9.2

  1. Log in to the BEA WebLogic Portal 9.2 Administration Console.

  2. In the left pane, under Domain Structure and under the host name of the server you are configuring, click “Security realm.”

  3. In the right pane, click the name of the realm you are configuring.

  4. Click the Providers tab.

  5. Click the Authentication tab.

  6. In the left pane, click Lock & Edit.

  7. In the right pane, click New.

  8. Specify Type as AgentAuthenticator.

  9. Specify Name with a name of your choice.

  10. Click OK.

  11. Click the newly created policy agent authentication provider.

  12. Change the control flag value to OPTIONAL

  13. Click Save.

  14. Click the Providers tab.

    The Authentication Providers Table appears.

  15. Click SQLAuthenticator

  16. Change the control flag to OPTIONAL.

  17. Click Save.

  18. Click the Providers tab.

  19. Click SAMLAuthenticator

  20. Change the control flag to OPTIONAL.

  21. Click Save.

  22. In the left pane, click Activate changes.

The Default Security Realm

If you choose to create a new security realm instead of using the default security realm to configure the agent, ensure that the control flag value for the Agent Authenticator and any additional authentication providers are set to OPTIONAL.

Portal: Adding a WebLogic Administrator to the Bypass List of Agent for BEA WebLogic Server/Portal 9.2

For information on this topic, see Adding a WebLogic Administrator to the Bypass List of Agent for BEA WebLogic Server/Portal 9.2.

Configuring the Agent Filter Modes Applicable to BEA WebLogic Portal 9.2

The agent filter modes that apply to Agent for BEA WebLogic Server/Portal 9.2 differ between BEA WebLogic Portal 9.2 and BEA WebLogic Server 9.2. The key difference being that SSL_ONLY and URL_POLICY are not applicable to BEA WebLogic Portal 9.2.


Note –

If you are using BEA WebLogic Portal 9.2 solely to apply SSO, you cannot use the SSL_ONLY filter mode. The correct mode to use in this scenario is the J2EE_POLICY mode.

Similarly, if you are using the BEA WebLogic Portal 9.2 to protect URLs, such as portal JSP files, from being accessed directly, you cannot use the URL_POLICY filter mode. The correct mode to use in this scenario is the ALL mode.

These settings might seem counterintuitive, but they are the correct modes given that the SSL_ONLY mode and the URL_POLICY mode are inoperable with BEA WebLogic Portal 9.2.


The following task describes how to set the appropriate properties in the J2EE agent AMAgent.properties configuration file. The instructions that follow describe how to set the filter mode to J2EE_POLICY mode and ALL mode. The instructions do not include information about setting the filter mode to none, which is set in the same manner for both BEA WebLogic Portal 9.2 and BEA WebLogic Server 9.2 as described in J2EE Agent Filter Modes.

ProcedureTo Configure Agent Filter Modes Applicable to BEA WebLogic Portal 9.2

  1. Using the text editor of your choice, access the J2EE agent AMAgent.properties configuration file.

    The following path serves as an example of the path to the J2EE agent AMAgent.properties configuration file:


    PolicyAgent-base/agent_001/AMAgent.properties
    
  2. Edit the filter mode to match your site's requirements.

    Therefore, edit the following property:

    com.sun.identity.agents.config.filter.mode

    The following alternatives indicate how to set the property to J2EE_POLICY or All.

    • To set the value of the property to J2EE_POLICY.

      com.sun.identity.agents.config.filter.mode = J2EE_POLICY

      This setting is appropriate if your site is using the BEA WebLogic Portal 9.2 instance solely for enabling SSO.

    • To set the value of the property to All.

      This setting is appropriate if the BEA WebLogic Portal 9.2 instance is to be protected by an Access Manager policy.

      com.sun.identity.agents.config.filter.mode = ALL

      Note –

      When creating an Access Manager policy to protect the BEA WebLogic Portal 9.2 instance, define the policy to give permission to only public portal URLs, such as the following:

      http://agentHost.example.com:7041/groupspace/
      http://agentHost.example.com:7041/groupspace/groupspace.jsp

Next Steps

Since forthcoming tasks require you to configure the J2EE agent AMAgent.properties configuration file, you can keep the file open at this time.

Setting Logout-Related Properties for the Sample Portal

Agent for BEA WebLogic Server/Portal 9.2 comes with a sample portal named groupspace. The task that follows involves configuring logout-related properties in the J2EE agent AMAgent.properties configuration file for the sample portal.

ProcedureTo Set Logout-Related Properties for the Sample Portal

  1. (Conditional) If the J2EE agent AMAgent.properties configuration file is not currently open, access it now using the text editor of your choice.

  2. Set the properties related to logging out.

    As indicated in the substeps that follow, locate the respective properties in the file and set them as shown.

    1. Set the following property as such:

      com.sun.identity.agents.config.logout.uri[groupspace] = /groupspace/communityFiles/shell/logout.jsp

    2. Set the following property as such:

      com.sun.identity.agents.config.logout.request.param[groupspace] = logout

    3. Set the following property as such:

      com.sun.identity.agents.config.logout.introspect.enabled = true

  3. (Conditional) If you are finished editing the J2EE agent AMAgent.properties configuration file, save and close the file.

Verifying Users in the BEA WebLogic Portal 9.2 User Repository

You can further enforce security by configuring the agent to verify users in the BEA WebLogic Portal 9.2 user repository. This is accomplished by editing the J2EE agent AMAgent.properties configuration file as explained in the following task description.

ProcedureTo Verify Users in the BEA WebLogic Portal 9.2 User Repository

Before You Begin

If the J2EE agent AMAgent.properties configuration file is not currently open, access it now using the text editor of your choice. Also, once you complete this task, if you are then finished editing the J2EE agent AMAgent.properties configuration file, save and close the file.

    Locate the respective property in the file and set it in a manner similar to that shown.

    The following example illustrates how this property is set for the sample portal:

    com.sun.identity.agents.config.verification.handler[groupspace] =
     com.sun.identity.agents.weblogic.v92.AmWLPortalVerificationHandler

Portal: Installing the Agent Filter for the Deployed Application on Agent for BEA WebLogic Server/Portal 9.2

The instructional information that follows consists of the most important information required for the configuration of the web.xml file. For a more thorough explanation, see Installing the Agent Filter for the Deployed Application on Agent for BEA WebLogic Server/Portal 9.2.

As consistent with the rest of this appendix, this section specifies the sample portal as the application whose deployment descriptor is modified.

The following is a conceivable location for the web.xml file for the sample portal:

/usr/local/bea/weblogic92/samples/portal/portalApp/groupspaceSampleWeb/WEB-INF

ProcedureTo Install the Agent Filter for the Deployed Application Specifically for BEA WebLogic Portal 9.2

    Add the <filter> elements in the deployment descriptor by specifying the <filter> and the <filter-mapping> elements immediately following the description element of the <web-app> element in the descriptor web.xml.

    The following is a sample web.xml descriptor with the <filter> and the <filter-mapping> elements added:


    <web-app>
       
    <filter>
         <filter-name>Agent</filter-name>
         <filter-class>com.sun.identity.agents.filter.AmAgentFilter</filter-class>
       </filter>
       <filter-mapping>
         <filter-name>Agent</filter-name>
         <url-pattern>/*</url-pattern>
       </filter-mapping>
       
    </web-app>
    
                      

Portal: Deploying the Agent Application

For BEA WebLogic Portal 9.2, deploy the Agent application at this point in the configuration by following the steps in Deploying the Agent Application of Agent for BEA WebLogic Server/Portal 9.2.

About Portal Users in BEA WebLogic Portal 9.2 Administrator

Before configuring the agent, you should create the same users in Access Manager as exist in the BEA WebLogic Portal 9.2. If users in Access Manager have different names than the names in BEA WebLogic Portal 9.2, you must establish user mapping by setting the user mapping properties in the J2EE agent AMAgent.properties configuration file. See User Mapping Properties for more information.

Testing the Deployment of Policy Agent 2.2 on BEA WebLogic Portal 9.2

The following instructions lead you through a variety of broadly-defined tasks that serve as a test of the basic functionality of this deployment, which includes the following software components:

ProcedureTo Test the Deployment of Policy Agent 2.2 on BEA WebLogic Portal 9.2

  1. Create a user with user ID of chris in both BEA WebLogic Portal Administration Console and in Access Manager Console.

  2. (Conditional) If the agent filter mode is set to ALL, create the proper Access Manager policies for the portal URLs where chris is the user.

    Therefore, perform the preceding instructions in this step if the following property from J2EE agent AMAgent.properties configuration file is set as such:

    com.sun.identity.agents.config.filter.mode = ALL
  3. Using a browser, enter and submit the URL of the sample portal.

    The following URL is a conceivable URL for the sample portal.

    http://agentHost.example.com:7041/groupspace/groupspace.jsp
  4. Login with the user ID of chris.

    The sample portal home page should appear.

  5. Click GS Example Community.

    The portal web page appears.

  6. Click Logout.