Skip to main content
Skip table of contents

AM Connector

Introduction

This page describes the usage and the configuration of the Synchronization AM Connector aimed at provisioning the AM user store.

The AM Connector is based on the principle that Professional Services or Customers can use it, but cannot configure it. Only DevOps team members operating the Memority platform have access to the technical AM Connector settings, such as the LDAP IP address or authentication credentials.

Using the AM Connector

To use the AM Connector, just declare a ConnectorDefinition (see Application Connector) with the following characteristics:

  • Connector class: com.memority.domino.connector.am.LegacyAmConnector

  • no key/value property

For example:

XML
    <dmn:ConnectorDefinition id="prov-memorityAuthentication-common-connector">
        <name>prov-memorityAuthentication-common-connector</name>
        <connectorProperties/>
        <provisioningGroup>0</provisioningGroup>
        <connectorMetadata>
            <connectorRef>
                <connectorName>com.memority.domino.connector.am.LegacyAmConnector</connectorName>
            </connectorRef>
        </connectorMetadata>
    </dmn:ConnectorDefinition>

This ConnectorDefinition is then referenced by an Application as usual.

Read Next

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.