Sun Java System SAML v2 Plug-in for Federation Services User's Guide

ProcedureTo Enable a Service Provider for SAML v2 Bootstrapping of Liberty ID-WSF

  1. Add the following line to the end of the AMConfig.properties file to enable Liberty ID-WSF to work with SAML v2 on the identity provider.

    com.sun.identity.liberty.ws.util.providerManagerClass=com.sun.identity.saml2.plugins.SAML2ProviderManager

  2. (Optional) Add the following to the class path of the web application.

    /opt/SUNWam/saml2/lib/saml2.jar

    This step is necessary only if the web application you are protecting is using the same Java Virtual Machine (JVM) as the instance of Access Manager or Federation Manager. In this situation, you can use the following API to retrieve the Discovery Service bootstrap resource offering and included security token


    ResourceOffering SAML2SDKUtils.getDiscoveryBootStrapResourceOffering(
           HttpServletRequest request)
    List SAML2SDKUtil.getDiscoveryBootStrapCredentials(
           HttpServletRequest request)
  3. Restart the web container.