Deployment Example 2: Federation Using SAML v2

ProcedureTo Regenerate and Redeploy the Federation Manager 2 WAR File

  1. On the Federation Manager 2 host, run the fmwar command.


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


    # cd /opt/SUNWwbsvr/bin/https/bin
    # ./wdeploy delete -u /federation -i FederationManager-2.siroe.com 
    -v https-FederationManager-1.siroe.com -n hard

    The —n hard option deletes the directory where Federation Manager is exported as well as the URI. If you use the —n soft option, only the URI is deleted.

  3. Deploy the customized Federation Manager 2 WAR file.


    # ./wdeploy deploy -u /federation -i FederationManager-2.siroe.com
     -v https-FederationManager-2.siroe.com 
    /var/opt/SUNWam/fm/war_staging/federation.war

    This WAR file contains all the SAMLv2 configuration and Directory Server configuration you completed in the previous tasks.

  4. Restart the Federation Manager web container.


    #cd /opt/SUNWwbsvr/https-FederationManager-2.siroe.com
    # ./stop
    # ./start
  5. Verify that you can access the Federation Manager 2 server.

    1. In a browser, go to the Federation Manager URL:


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

      User Name:

      amadmin

      Password:

      11111111

    If you can log in successfully, the WAR file was deployed successfully.