Previous Topic: Affiliate Dialog--Time Tab

Next Topic: Tasks Related to the Affiliate Dialog

Affiliate Dialog--Advanced Tab

The Advanced tab is where you can optionally configure an Assertion Generator plug-in to customize the content of the SAML assertion generated by the Assertion Generator.

The fields on the Advanced tab of the Affiliate dialog are as follows:

Full Java Class Name

Defines the Java class name of the plug-in that will be invoked by the Assertion Generator at run time.

This plug-in is invoked by the Assertion Generator at run time. The plug-in class can parse and modify the assertion, and then return the result to the Assertion Generator for final processing.

Only one plug-in is allowed for each consumer. For example, com.mycompany.assertiongenerator.AssertionSample

Parameters

(Optional) Defines a string of parameters that gets passed to the plug-in as a parameter at run time. The string can contain any value; there is no specific syntax to follow.

More Information:

Customize SAML 1.x Assertion Content (optional)