Deployment Example 2: Federation Using SAML v2

ProcedureTo Create the UrlAccessAgent.properties File on Federation Manager 1

  1. Log into the Federation Manager 1 host.

  2. Generate an encrypted password:


    # /opt/SUNWam/fm/bin/ampassword  -i /var/opt/SUNWam/fm/war_staging --hash 11111111
    BeUPgddAimR404ivWY6HPQ==

    Make note of this encrypted password. You will use this password as the UrlAccessAgent encrypted password which is similar to a shared secret used by other web containers.

  3. Go to the following directory:


    /var/opt/SUNWam/fm/federation/users
  4. Create a file that contains the UrlAccessAgent encrypted password.


    # vi UrlAccessAgent.properties
    password=BeUPgddAimR404ivWY6HPQ==
    

    Save the file.

  5. Restart the Federation Manager 1 server.


    # /opt/SUNWwbsvr/https-FederationManager-1.siroe.com
    # ./stop; ./start