Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Transport Level Security

The API interfaces require the use of a URL of the SAS server. You must use the HTTPS: and not HTTP. The SAS will not accept HTTP requests.

Sever to Server Communications Only

This API is used for app server to SurePassId communications only.  The API contains sensitive information that you would not expose in a non-secure environment such as a mobile app. Mobile apps invoke requests on the SurePass REST proxy interface and the proxy forwards that request to SurePassId.  All browser based jquery operations will talk to a proxy page on your site, which will in turn communicate with the SAS server.  All mobile apps will also talk to a proxy page on your site, which will in turn communicate with the SAS. We have sample code that does all of this for you.  

IP White Listing

It is strongly recommended that you limit access to your SAS accounts from applications on a trusted IP/domain.  In the SAS server you can specify a white list access list of IP addresses that are valid for your account.  Alternatively, the SAS does support certificates for apps using web services and WCF applications. Contact us for more information on configuring this level of security.

Account Info

Keep you account login info in a safe place and never in plain text. Always obfuscate/encrypt the Login Name and Login Key in your server applications that interface with the SAS.

 

  • No labels