> Implementing SMS Tokens for Two-Factor Authentication
Implementing SMS Tokens for Two-Factor Authentication
Once you’ve successfully installed the Protectimus On-Premise MFA Platform, it will generate a configuration file named protectimus.platform.properties. The protectimus.platform.properties file must be located in the same directory as the executable.
This file allows you to customize the following settings:
- Configure SMPP server connection to add your SMS provider to deliver one-time passwords via SMS.
- Configure delivery of one-time passwords via email.
- Add SSL certificate for the Protectimus Platform. Different SSL certificate formats are supported, including .pkcs12, .pem, .der, .pfx.
- Specify the path to the license file. Please note that the path to the license file should be indicated with double backslashes
(eg. C:\\some\\path\\file).
To configure an SMPP server connection and add your SMS provider for one-time password delivery, add the following properties to the protectimus.platform.properties file:
PLEASE NOTE! Additionally, you can configure settings for SMSC and ALIBABA as well.
PROPERTY NAME | PROTERTY STANDS FOR |
|
SMPP server login. |
|
SMPP server password. |
|
Host or IP address of the SMPP server. |
|
Port for the SMPP server. |
|
Encoding for SMPP messages. |
|
Source or sender address for SMPP messages. |
smpp.server.login = login
smpp.server.password = **********
smpp.server.host = smpp.example.com
smpp.server.port = 12000
smpp.message.encoding = UTF-8
smpp.from.address = Protectimus
If you have other questions, contact Protectimus customer support service.
Last updated on 2025-03-14