The RadCAS Automation server is provided as a dll that is registered with
regsvr32. It exposes a single, simple interface for authentication. Its total
configuration is contained within the calling arguments (Radius server
particulars). Most of the extensive diagnostic facilities developed in RadIIS
are present in RadCAS. The RadCAS core engine is that of RadIIS. It is,
therefore, a technologically mature component.
Like RadIIS, authentication request packet attributes are user specifiable.
This enables compatibility with a wide variety of Radius servers. The
distribution contains simple examples written in ASP/VBScript, VBScript and
VC++.
New with RadCAS 1.1, are methods to access the attributes returned by the
Radius server:
IIS directories can be configured to require SSL (even with anonymous access
requirements). Coupled with SSL, RadCAS provides a high security solution.
RadCAS now comes with an assembly proxy which is directly usable with newer
Microsoft offerings such as ASP.NET.
Simple ASP Forms based scheme using RadCAS with Radius
A simple 2-page site illustrates using RadCAS (together with a Radius compliant
server) to implement a forms based authentication scheme with simple ASP
pages.
simpleauth.zip 2.2k
Simple ASP RadCAS 2-factor example
This is a simple 2-page site that illustrates how to use RadCAS (together
with a Radius compliant one-time-password server) to implement 2-factor
authentication. The example uses Radius for phase-1 (username/password) but
could easily be adapted where SQL or AD (via IAS) were used for the
first phase.
site1.zip 3.4k
Simple Dotnet forms based authenticion
This is the simple forms example distributed by Microsoft adapted to use
RadCAS COM objects. It illustrates how easy it is to directly use RadCAS
with Microsoft dotnet.
radcasdotnet.zip 2.6k
Please proceed to the licensing page for details of how to obtain a free
15-day demo. |