Previous Topic: FederationSample.conf Settings

Next Topic: Deploy the Sample Application on One System

SetupFederationSample.pl Script Options (fss)

The SetupFederationSample.pl script executes the sample application and sets up the Identity Provider and Service Provider 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, enter:

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.

You can deploy the sample application on one or two systems.

The SetupFederationSample.pl command options are:

-admin

Specifies the user name of the SOA Security Manager Administrator. Use this option only when you are setting up a SOA Security Manager system.

-password

Specifies the password of the SOA Security Manager Administrator in clear text. Use this option only when you are setting up a SOA Security Manager system.

-remove

Removes all objects created by the sample application.

-idp

Creates only the Identity Provider objects in the 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 SOA Security Manager-to-SOA Security Manager communication. The possible values are FSS or SMFE.

-sp

Creates only Service Provider policy objects in the 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.