Sun Java System Access Manager Policy Agent 2.2 Guide for Microsoft Internet Information Services 6.0

ProcedureOutlook Web Access: To Modify the logoff.asp File to Properly Handle the Logout Process.

  1. Backup the file C:\Program Files\Exchsrvr\exchweb\bin\usa\logoff.asp.

  2. Retrieve the cookie domain name as described in the substeps that follow.

    The cookie domain name you are retrieving in this step is required in the next step for the logoff.asp file.

    1. Log in to Access Manager as amadmin.

    2. Select the Configuration tab.

    3. Scroll as necessary to click Platform under the System Properties section.

    4. In the Current Values list, take note of name of the appropriate cookie domain.

      The Current Values list is in the Cookie Domains section. The domain name you need to record for later use is the domain where Microsoft IIS 6.0 Server is installed and running.

  3. Replace the contents of the logoff.asp file with the markup information provided in this step.

    In the markup information that follows, AMhost and domain-name are place holders described in the previous task (Outlook Web Access: To Create a Local Idle Session Timeout Page). In this case, cookie-domain is a place holder that you must replace with the cookie domain name retrieved the previous step. You must replace the place holder agentHost with the host name (or the alias name, if an alias name is used instead of the actual host name) of the machine that hosts the agent.


    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <%
    Response.Cookies("owaAuthCookie").Domain = ".cookie-domain"
    Response.Cookies("owaAuthCookie").Path = "/"
    Response.Cookies("owaAuthCookie")= "amOwaValue"
    Response.Cookies("owaAuthCookie").Expires = "July 1, 1995"
    %>
    <meta http-equiv="Refresh" content="0;url= https://
    AMhost.domain-name/amserver/UI/Logout?goto=https%3A%2F
    %2F agentHost.domain-name%3A443%2F">
    </head>
    </html>
  4. Save and close the logoff.asp file.

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.