JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun OpenSSO Enterprise Policy Agent 3.0 Guide for Microsoft Internet Information Services (IIS) 7.0

Document Information

Sun OpenSSO Enterprise Policy Agent 3.0 Guide for Microsoft Internet Information Services (IIS) 7.0

Supported Platforms, Compatibility, and Coexistence for the IIS 7.0 Agent

Supported Platforms for the IIS 7.0 Agent

Compatibility With Access Manager 7.1 and Access Manager 7 2005Q4

Coexistence With Version 2.2 Policy Agents

Unsupported OpenSSO Features

Pre-Installation Tasks for the IIS 7.0 Agent

Meeting the Requirements for the IIS 7.0 Agent

Downloading and Unzipping the IIS 7.0 Agent Distribution File

To Download and Unzip the IIS 7.0 Agent Distribution File

Creating an Agent Profile

To Create an Agent Profile in the Oracle OpenSSO Console

Creating a Password File

To Create a Password File

Creating an Agent Administrator (Optional)

To Create an Agent Administrator in the OpenSSO Console

Installing the IIS 7.0 Agent

Gathering Information to Install and Configure the IIS 7.0 Agent

Installing and Configuring the IIS 7.0 Agent

Creating a Configuration File for the IIS 7.0 Agent

Configuring the IIS 7.0 Agent for a Web Site

Verfiying an IIS 7.0 Agent Installation

Considering Specific Deployment Scenarios for the IIS 7.0 Agent

Installing the IIS 7.0 Agent on Multiple IIS 7.0 Servers

Installing the IIS 7.0 Agent on the OpenSSO Host Server

Installing and Configuring the IIS 7.0 Agent With Office SharePoint Server 2010 on Windows Server 2008

To Install and Configure the IIS 7.0 Agent With Office SharePoint Server 2010

Post-Installation Tasks for the IIS 7.0 Agent

Creating and Adding Logout URLS in a CDSSO Deployment

To Create the Logout URL Pages

To Add the Logout URLs in the OpenSSO Console

Using SSL With the IIS 7.0 Agent (Optional)

Installing the OpenSSO Root CA Certificate on the IIS 7.0 Agent

Disabling the Trust Behavior for the IIS 7.0 Agent

Changing the Password for an Agent Profile (Optional)

To Change the Password for an Agent Profile

Managing the IIS 7.0 Agent

Managing a Version 3.0 Agent With a Centralized Configuration

Managing a Version 3.0 Agent With a Local Configuration

Uninstalling the IIS 7.0 Agent

To Uninstall the IIS 7.0 Agent

Related Information

Additional Resources

Oracle's Accessibility Program

Related Third-Party Web Sites

How to Report Problems and Provide Feedback

Revision History

Uninstalling the IIS 7.0 Agent

You uninstall the IIS 7.0 agent for a specific IIS 7.0 server instance by running the IIS7Admin.vbs script with the -unconfig option.

You must have Administrator privileges to run the IIS7Admin.vbs script.

To Uninstall the IIS 7.0 Agent

  1. On the Windows Server 2008 instance, open a command window as administrator. For example, click Start, All Programs, Accessories, and right click on "Command Prompt" to select "Run as administrator".
  2. Change to the PolicyAgent-base\bin directory.

    where PolicyAgent-base depends where you unzipped the IIS 7.0 agent distribution file. For example:

    For example: C:\Agents\web_agents\iis7_agent\bin

  3. Run the IIS7Admin.vbs script with the -unconfig option. Both the script name and -unconfig option are case-sensitive.

    For example: cscript IIS7Admin.vbs -unconfig IIS7Config.txt

    where IIS7Config.txt is the agent configuration file for the IIS 7.0 agent on the specific IIS 7.0 server instance.

  4. Restart IIS 7.0 using the iisreset command.