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
- An API key from seven - can be created in the developer dashboard
- Deepnet DualShield
Usage
- Create a new file named seven.xml in the directory $INSTALL_PATH/Deepnet DualShield/smsproviders
- 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}&to=${to}&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>
- Add an entry to sms_providers.xml:
<provider name="seven" file="seven.xml" />
- Restart DualShield
For Username, please enter any value. The Password field contains your API key.