Sun Java System Access Manager Policy Agent 2.2 Guide for Microsoft IIS 6.0 With Outlook Web Access 2007/SharePoint 2007

Microsoft Office SharePoint Only: Configuring Agent for Microsoft IIS 6.0

If you are installing Agent for Microsoft IIS 6.0 to protect Microsoft Office SharePoint, tasks specific to Microsoft Office SharePoint are required. This section provides those configuration instructions in a series of tasks.

ProcedureMicrosoft Office SharePoint: To Enable the Authentication Method to Basic

To protect Microsoft Office SharePoint with this agent you must ensure that the authentication method for the Microsoft IIS 6.0 Server is set to Basic authentication as described in this task.

  1. As an administrator, log in to Windows 2003 Server where Microsoft Office SharePoint is running.

  2. In the Microsoft Windows Start menu, choose run.

  3. Type the following: inetmgr

  4. Click OK.

  5. Expand the local computer.

  6. Expand the Web Sites folder.

  7. Right click the SharePoint site that you are protecting with the agent.

    The agent-protected SharePoint site is typically the site using port 80 (SharePoint — 80).

  8. In the options list, click Properties.

    The Default Web Site Properties dialog box appears.

  9. Select the Directory Security tab.

  10. Click Edit in the Authentication and access control section.

  11. Select Basic authentication in the Authenticated access section.

    Ensure that no other authentication option is checked.

  12. Click OK.

  13. Click OK again to close the Web site properties.

ProcedureMicrosoft Office SharePoint: To Modify the signout.aspx File to Properly Handle the Logout Process

  1. Back up the signout.aspx file.

    This file is typically available in the following directory:

    C:\Program Files\Common Files\Microsoft Shared\web server extensions\
    12\TEMPLATE\LAYOUTS
  2. Open the signout.aspx file.

  3. Replace the lines of code indicated within this step.

    Original Code Snippet (replace this code snippet):
    function _spBodyOnLoad()
    [
       try
       [
          document.execCommand("ClearAuthenticationCache");
       ]
       catch (e) []
       window.close();
    ]
    Replacement Code Snippet (Use this code snippet to replace the original code snippet):
    function _spBodyOnLoad()
    [
       window.location="https://amHost:amPort/amserver/UI/Logout";
    ]

    Where amHost and amPort are place holders that you must replace with the fully qualified domain name (FQDN) host name and port number, respectively, of the Access Manager server.

  4. Save and close the signout.aspx file.

  5. Restart the Microsoft IIS 6.0 server using the iisreset command.

Next Steps

Now you can verify the installation of the agent as described in Microsoft Office SharePoint and Outlook Web Access: Verifying a Successful Agent Installation.