LinOTP

LinOTP is an open and flexible open-source platform for multi-factor authentication (MFA) that helps companies and organizations secure digital identities and transactions.

Setup

  1. 1

    Create SMS provider

    • Navigate to LinOTP Config" –> "Provider Config" –> "SMS Provider Config
    • Click on + New
  2. 2

    Configuration

    For Class, please select smsprovider.HttpSMSProvider.HttpSMSProvider Modify the following code example accordingly and paste it into the Config field.

    {
        "URL": "https://gateway.seven.io/api/sms",
        "PARAMETER": {
            "p": "YOUR_API_KEY"
        },
        "HTTP_Method": "POST",
        "SMS_TEXT_KEY": "text",
        "SMS_PHONENUMBER_KEY": "to",
        "RETURN_SUCCESS": "100"
    }