Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone or Android apps that use SMS based authentication?

What are some iPhone or Android applications that use SMS as their primary means of user authentication?

I'm interested to see such apps in action. SMS-auth seems like a natural approach that is well-situated to mobile contexts.

The basic workflow is: to sign up, a user provides a phone number; the app calls a backend webservice which generates a signed URL and sends it to the phone number via an SMS gateway; the user receives the SMS, clicks the link, and is thus verified and logged in. This results in a very strong user identity that is difficult to spoof yet fairly easy. It can be paired with a username or additional account attributes as needed for the product requirements.

Despite the advantages, this does not seem to be in much use - hence my question. My initial assumption is that this is because products and users are wary of asking for / providing phone numbers, which users consider sensitive information. That said, I hope this becomes an increasingly more commonplace approach.

like image 604
Yetanotherjosh Avatar asked Jun 01 '10 04:06

Yetanotherjosh


2 Answers

This is mostly used for employee authentication ... there is a strong value in replacing the older physical tokens with a new SMS based two-factor authentication to ensure that the users accessing your corporate systems have not had their credentials stolen. We're a technology leader in this space and is the partner that worked with Citrix Systems to develop SMS Authentication for their iPhone Receiver. The benefit is that you gain strong two-factor authentication in an easy to use fashion specifically for the iPhone that do not support multiple applications at the same time. For other systems such as the VPN client from Cisco and most other Windows and Android phones, you can run multiple apps and therefore establish a secure connection using standard vpn and ssl vpn technologies.

The Citrix Receiver for iPhone was one of the most downloaded business apps on the store, I've been told.

If you want to learn more about it check out both the Cisco VPN and the Citrix Receiver implementations for SMS Authentication at http://blog.smspasscode.com/

I hope this information is helpful to you.

Rgds Lars SMS PASSCODE

like image 152
Lars Nielsen Avatar answered Oct 21 '22 14:10

Lars Nielsen


WhatsApp does. The app sends a SMS to the phone number you entered, and if you receive the message, they create your account and you can use the app.

like image 31
retsrif Avatar answered Oct 21 '22 15:10

retsrif