Coldfusion

From RavenWiki
Revision as of 12:34, 17 June 2015 by jw35 (talk | contribs)
Jump to navigationJump to search
The Raven-related software described on this page is NOT supported or maintained by University Information Services. It is provided here in the hope that it may be useful, but it may contain bugs and security vulnerabilities. It may be supported and maintained by others. You should evaluate whether it meets you particular needs before using it.

Tom Corder (tac21) has written a Coldfusion wrapper for the Raven Java Toolkit.

Installation

  • Download the Raven Java Toolkit and extract webauth-toolkit.jar to runtime\jre\lib\ext in the Coldfusion installation directory.
  • Restart the Coldfusion service.
  • Download ravencfc.zip and extract to the directory you wish to protect. It should contain 4 files: application.cfc, webauth.cfc, index.cfm and pubkey2.crt.
  • All Coldfusion files at or below the directory should now be protected. If you wish to protect binaries etc. then combined use of the Apache/IIS module to protect those directories is suggested.

Notes

  • General disclaimer: the files above have been put together for demonstration purposes.
  • The installation has been tested with Coldfusion MX 7.02, 8, 9 and 10.
  • It is good practice to move the webauth.cfc file to a non-public filepath on production servers.