Deployment Example 2: Federation Using SAML v2

ProcedureTo Configure Federation Manager 1 to Work with the Federation Manager Load Balancer

  1. As a root user, log in to the Federation Manager 1 host.

  2. Go to the directory that contains the AMConfig.properties file.


    # cd /var/opt/SUNWam/fm/war_staging/web-src/WEB-INF/classes
  3. In the AMConfig.properties file, set the following property:


    com.sun.identity.server.fqdnMap[LoadBalancer-9.siroe.com]=LoadBalancer-9.siroe.com
  4. Add the following property:


    com.sun.identity.url.redirect=https,LoadBalancer-9.siroe.com

    This property will be used when you terminate SSL at the Federation Manager load balancer.

  5. Add the Federation Manager load balancers to the Organization Aliases list.

    1. Go to the Federation Manager login URL:


      http://Federationmanager-1.siroe.com:8080/federation/UI/Login
    2. Log in to the Federation Manager console:

      User Name:

      amadmin

      Password:

      11111111

    3. Click the Configuration tab. On the General Properties page, Under Organizational Attributes, add the Federation Manager load balancer to the DNS Aliases list.

      In the Add field, enter LoadBalancer-9.siroe.com, and then click Add.

      Click Save.

  6. Regenerate the Federation Manager WAR file.


    #cd /opt/SUNWam/fm/bin
    # ./fmwar -n federation -d /var/opt/SUNWam/fm/war_staging -s /export/fmsilent
  7. Redeploy the Federation Manager WAR file.

    See the section To Regenerate and Redeploy the Federation Manager 1 WAR File in this manual.