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

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.