Deepnet DualShield

Deepnet DualShield is a comprehensive multi-factor authentication system that integrates various authentication methods, protocols, and solutions into one seamless platform. Beyond its MFA capabilities, DualShield offers features like self-service Password Reset, Single Sign-On (SSO), Identity & Access Management (IAM), and Adaptive Authentication. It stands out as one of the most robust and versatile multi-factor authentication systems globally.

Prerequisites

Usage

  1. Create a new file named seven.xml in the directory $INSTALL_PATH/Deepnet DualShield/smsproviders
  2. Customize the XML below and save the file
    <provider name="seven">
    <sms>
        <http>
            <method>GET</method>
            <url>https://gateway.seven.io/api/sms</url>
            <query>p=${password}&amp;to=${to}&amp;text=${body}</query>
            <response type="http_body" regexp="true" format="text">
                <pattern success="true" code_index="1" message_index="2">100</pattern>
                <pattern success="false" code_index="1" message_index="2">^(?!(100)).*</pattern>
            </response>
        </http>
     </sms>
    </provider>
    
  3. Add an entry to sms_providers.xml: <provider name="seven" file="seven.xml" />
  4. Restart DualShield