Previous Topic: Customize Assertion Processing with the Message Consumer Plug-inNext Topic: Redirect Users After Failed Authentication Attempts


Enable the Message Consumer Plug-in for WS-Federation

To customize assertion processing

  1. Log on to the FSS Administrative UI.
  2. Access the Authentication Scheme Properties dialog for the WS-Federation scheme.
  3. Click Additional Configuration.

    The WS-Federation Auth Scheme Properties dialog opens.

  4. Select the Advanced tab.
  5. Complete the following fields:
    Full Java Class Name

    Specify the Java class name for the plug-in, For example, a sample class included with the SiteMinder SDK is:

    com.ca.messageconsumerplugin.MessageConsumerPluginSample

    Specify a plug-in for each authentication scheme.

    Parameter

    Specify a string of parameters that are passed to the plug-in specified in the Full Java Class Name field.

As an alternative to configuring the plug-in in the Administrative UI, use the Policy Management API (C or Perl) to set the IdpPluginClass and IdpPluginParameters.