Previous Topic: SAML 1.x Assertion Generator

Next Topic: Affiliate Objects

Configure the AMAssertionGenerator.properties File

The AMAssertionGenerator.properties file contains domain-wide configuration parameters required for generating SAML assertions.

To configure the AMAssertionGenerator.properties file for SOA Security Manager

  1. Navigate to the following location: policy_server_home/config/properties
  2. Open the AMAssertionGenerator.properties file in a text editor.
  3. Modify the following parameters:
    AssertionIssuerID

    Specifies the URL of the authentication web service that is issuing the assertion. Must match the Issuer DN in the enterprise certificate. This value is used for unsigned assertions. For example:

    AssertionIssuerID = http://www.acmewidget.com/ordering

    SecurityDomain

    Specifies the domain name of the enterprise issuing the assertion. For example:

    SecurityDomain = www.example.com

    SourceID

    Not used by SOA Security Manager.

  4. Save the file and exit the text editor.
  5. Restart the Policy Server. (Changes made to the AmAssertionGenerator.properties file will not be picked up by the Policy Server until it is restarted.)