Table of Contents

Search

  1. Preface
  2. Part 1: Introduction
  3. Part 2: Samples and Examples
  4. Part 3: Tools and Utilities
  5. Part 4: SDK Resources

Registering Authentication Providers

Registering Authentication Providers

To register an authentication provider, add the associated login module to the MDM Hub.
  1. Configure the
    automation.properties
    file.
    The following table describes the properties in the
    automation.properties
    file that you need to configure:
    Property
    Description
    MDM.security_provider.login_module.template
    Required. Name of the template that has the settings for the login module of the security provider.
    MDM.security_provider.login_module.name
    Required. Name of the login module.
    MDM.security_provider.login_module.description
    Required. Description of the login module.
    MDM.security_provider.login_module.enabled
    Required. Specifies whether the login module is enabled or disabled.
    MDM.security_provider.login_module.position
    Required. Position of login module with respect to the existing login module.
    MDM.security_provider.login_module.no_of_properties
    Required. Total number of login modules.
    MDM.security_provider.login_module.properties_name<n>
    Required. Name of the login module.
    MDM.security_provider.login_module.properties_value<n>
    Required. Value of the login module.
  2. To register an authentication provider, run the following command:
    On Windows.
    AddLoginModule.cmd
    On UNIX.
    AddLoginModule.sh
    The authentication provider is registered with the MDM Hub.

0 COMMENTS

We’d like to hear from you!