Skip to content

Commit

Permalink
Item14459: Tweak documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Sep 6, 2017
1 parent 2b55854 commit 09d6981
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/System/SmsTwoStepAuthContrib.txt
Expand Up @@ -54,6 +54,7 @@ __Notes:__
---++ Mobile Carriers

Users get an SMS as part of the second authentication step. This extension sends an e-mail to an "e-mail to SMS gateway". These gateways are carrier specific. This list defines the parameters of each gateway.
If a user's carrier does not provide an SMS e-mail gateway, use of two-step login will not be possible. (Example: Google Voice does not make a SMS gateway available.)

<noautolink>
| *Type* | *Carrier* | *E-mail* | *Filter* | *Activation* |
Expand Down Expand Up @@ -155,10 +156,11 @@ format="<option value=\"$item\">$item</option>"

This extension is primarily intended for access restricted Foswiki sites that are installed in a public cloud, such as Amazon AWS. We recommend to install an SSL certificate and to enforce the https protocol.

IP address spoofing cannot be done because establishing an SSL connection requires a handshake. The response to a request is sent to the indicated IP address, and if spoofed, it ends up at the actual address, not the intruder's. Thus a handshake fails because the would-be intruder does not receive the response.

This extension stores the user's Mobile number in the !UserForm. This can reveal mobile numbers if the user's topics are publicly readable.

This extensions sends the security code using email. For best security and to prevent spoofing of email server, sensure that the email server is
configured to validate Server Certificates . If Foswiki is sending email directly using =Net::SMTP=, the setting ={Email}{SSLVerifyServer}= should be enabled.

---++ Installation Instructions

You do not need to install anything on the browser to use this extension. These instructions are for the administrator who installs the package on the server where Foswiki is running.
Expand Down

0 comments on commit 09d6981

Please sign in to comment.