Steps
The Data Sources page appears.
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.
PartnerIdentityProvider
section by removing the <!-- and --> comment characters. PartnerIdentityProvider
element:
Note: The value for the Name element is same as the IDP name.
Note: For SHA-256, you must add the following two attributes to the saml.config file:
DigestMethod="http://www.w3.org/2001/04/xmlenc#sha256"
SignatureMethod="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"
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>
Start the Redis, IIS, and all Meridium Windows Services.
Copyright © 2018 General Electric Company. All rights reserved.