Company
 Home
 About Us
 Product Line  
 Customers  
 Contact  
 Resellers  
 
 Products  
 Attenuate
  Product Overview
  Technical
  Licensing
 
 RadIIS
  Product Overview
  Technical
  Licensing
  Test Servers
 
 ftp Guardian
  Product Overview
  Technical
  Licensing
 
 TCP Scope
  Product Overview
  Technical
  Licensing
 
 IIS-OTP
  Product Overview
  Technical
  ASP/DotNet tools
  Licensing
 
 RadCAS
  Product Overview
  Technical
  Licensing
  Test Servers
 
 Spotcheck (free)
  Product Overview
  Download
 

ASP/DOTNET Tools to Impliment Authentication

Several additional object have been added to RADCAS. Please see the RADCAS pages for an overview of the product. The library is composed COM objects which can be used by standard ASP. In addition to the original objects that perform Radius based authentication, the following interfaces have been added:

In addition, objects have been added to change passwords, update SMS email addresses and to send a test SMS message to candidate addresses. The following ASP page utilizes these objects and is included in the IIS-OTP distribution:

click image to see full size


In addition, the IIS-OTP distribution contains sample pages for changing passwords and login using static username and password.


SMS Addresses maintained via SQL

ASP has extensive support for interfacing to SQL databases. Many end users are very comfortable constucting ASP pages to allow users to enter and save SMS email addresses. Further, the ASP example above can easily be modified to allow SMS email addresses to be stored in an SQL database rather than IIS-OTP. In this case, the following COM interface allows IIS-OTP to generate and send an OTP by including the SMS email address in the call. OTP verification is then completed with the VerifyOTP object shown above.