Checkpoint®
Connectra offers the option of using SMS messages instead of authentication tokens. An SMS message is sent when the user starts the login process. This SMS message is a single-use code that cannot be passed on to another person.
The technical guide provides detailed setup information, but the process is basically an encrypted HTTPS GET command sent by Connectra to 2sms in order to initiate a SMS message to be sent to the user’s mobile phone.
Base URL | https://www.2sms.com/xml/sendsms.aspx?username=$ USERNAME&password=$PASSWORD& mobile=$PHONE&sms=$MESSAGE&api_id=$APIID |
HTTP Method | GET |
Username | 2sms issued username |
Password | 2sms issued password |
Phone | Checkpoint Connectra will automatically populate this field with the value held for the user by Connectra. See technical guide for more information. |
Message | Checkpoint Connectra will auto-generate the SMS message. |
API ID | action=sendmessage |