URL for LSF

  1. If the environment on which you are about to perform this step has been unfederated and it previously used ADFS for authentication, you must clear cache now. This ensures that the correct metadata is retrieved for the secondary environment. Clear server cache on LSF
  2. Execute the following URL using the Chrome browser. The URL is case-sensitive.
    https://<YourLSFSystem>/ssoconfig/SSOCfgInfoServlet?_action=GETFEDERATIONMETADATA

    Where <YourLSFSystem> is the FQDN of your LSF server.

  3. From the XML output that appears, locate the following pieces of data:
    • md:EntityDescriptor
    • entityID

    For example:

    <md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://LSF11.sts.com:443/SSO/SSOServlet">
    In the example, there is a space between metadata and entityID:
    ...metadata" entityID...