Difference between revisions of "Authentication"

From SMS Wiki
Jump to: navigation, search
(New page: == Authentication == Every function of the SOAP API that requires authentication must pass in Authentication Parameters. To acquire a set of Authentication Parameters, please use the AP...)
 
Line 1: Line 1:
 
 
== Authentication ==
 
== Authentication ==
  
Line 5: Line 4:
 
Every function of the SOAP API that requires authentication must pass in Authentication Parameters. To acquire a set of Authentication Parameters, please use the API found at: http://api.upsidewireless.com/soap/Authentication.asmx.
 
Every function of the SOAP API that requires authentication must pass in Authentication Parameters. To acquire a set of Authentication Parameters, please use the API found at: http://api.upsidewireless.com/soap/Authentication.asmx.
  
Token and Signature, two values that are returned from the function are then used for every subsequent call to the API. They are used as proxies for your username and password as some users prefer to use the non-SSL optinon for function calls, in which case, calls made to the API are sent over the Internet unencrypted. The use of proxies prevents unauthorized access to your Upside Wireless account.  
+
Token and Signature, two values that are returned from the function are then used for every subsequent call to the API. They are used as proxies for your username and password as some users prefer to use the non-SSL optinon for function calls, in which case, calls made to the API are sent over the Internet unencrypted. The use of proxies prevents unauthorized access to your [http://reseller.upsidewireless.com/ Upside Wireless] account.  
  
 
The Token parameter will never change for the life of the account whereas the Signature will change if your password changes. In most applications, you will store these variables in a constant or configuration store.
 
The Token parameter will never change for the life of the account whereas the Signature will change if your password changes. In most applications, you will store these variables in a constant or configuration store.

Revision as of 22:40, 8 May 2008

Authentication

Every function of the SOAP API that requires authentication must pass in Authentication Parameters. To acquire a set of Authentication Parameters, please use the API found at: http://api.upsidewireless.com/soap/Authentication.asmx.

Token and Signature, two values that are returned from the function are then used for every subsequent call to the API. They are used as proxies for your username and password as some users prefer to use the non-SSL optinon for function calls, in which case, calls made to the API are sent over the Internet unencrypted. The use of proxies prevents unauthorized access to your Upside Wireless account.

The Token parameter will never change for the life of the account whereas the Signature will change if your password changes. In most applications, you will store these variables in a constant or configuration store.