Configure GE Digital APM

Steps

  1. Using a web browser, log in to GE Digital APM as an Administrator.
  2. In the module navigation menu, select Admin, then select Operations Manager, and then select Data Sources.
  3. The Data Sources page appears.

  4. In the Data Source Host box, enter the name of the GE Digital APM server, and then select Save.
  5. Enable LDAP Integration, configure Domain Record, and then schedule and run LDAP synchronization.
  6. Note: For more information on how to enable LDAP Integration, configure a Domain Record, and schedule LDAP synchronization, refer to the Lightweight Directory Access Protocol documentation.

    The users from Active Directory are now imported to GE Digital APM and are assigned the appropriate Security Roles and Groups.

  7. Stop IIS, all Meridium Windows services, and the Redis service.
  8. Navigate to C:\Program Files\Meridium\ApplicationServer\api.
  9. Using an XML or text editor, access the file saml.config.
  10. Uncomment the PartnerIdentityProvider section by removing the <!-- and --> comment characters.
  11. Set the following attributes for PartnerIdentityProvider element:

    Note: For SHA-256, you must add the following two attributes to the saml.config file:

    The following example shows the configured saml.config file for SHA-256.

    <SAMLConfiguration xmlns="urn:componentspace:SAML:2.0:configuration"

    <ServiceProvider Name="urn:componentspace:Meridium"

    AssertionConsumerServiceUrl="~/core/security/ssologinauth"

    CertificateFile="sp.pfx" CertificatePassword="password"/>

    <PartnerIdentityProvider

    Name="http://fs.xyz.com/adfs/services/trust"

    SignAuthnRequest="true"

    WantSAMLResponseSigned="false"

    WantAssertionSigned="true"

    WantAssertionEncrypted="false"

    UseEmbeddedCertificate="false"

    SingleSignOnServiceUrl="https://fs.xyz.com/adfs/ls"

    DigestMethod="http://www.w3.org/2001/04/xmlenc#sha256"

    SignatureMethod="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256" />

    CertificateFile="idp.cer"/>

    </SAMLConfiguration>

  12. Save and close the saml.config file.
  13. Start the Redis, IIS, and all Meridium Windows Services.

Copyright © 2018 General Electric Company. All rights reserved.