Previous Topic: FederationSample.conf Settings

Next Topic: Deploy the Sample Application on One System

SetupFederationSample.pl Command Options

The SetupFederationSample.pl script executes the sample application and sets up the IdP and SP objects that enable single sign-on and single logout.

This script is located in the directory policy_server_home/samples/federation

To run the sample application script, use the following command and the associated command options.

The command syntax is:

perl SetupFederationSample.pl -command_option value

You can specify several command options in a command line.

Example:

perl SetupFederationSample.pl -idp FSS

Important! All the command line options are case-sensitive.

The SetupFederationSample.pl command options are:

-admin

Specifies the SiteMinder Administrator's user name. Use this option only when you are setting up a SiteMinder FSS system.

-password

Specifies the SiteMinder Administrator's password in clear text. Use this option only when you are setting up a SiteMinder FSS system.

-remove

Removes all objects created by the sample application.

-idp

Creates only the IdP objects in the SiteMinder policy store. You cannot use this option and the -sp option together. If you do not specify a value for this option or the -sp option, the sample application assumes a default of FSS-to-FSS communication. The possible values are FSS or SMFE.

-sp

Creates only SP policy objects in the SiteMinder policy store. You cannot use this option and the -idp option together. The possible values are FSS or SMFE.

-partner

(optional) Indicates which application is installed at the partner site. The default is FSS. Possible values are: FSS or SMFE.