NoCat

From RavenWiki
Revision as of 14:50, 24 November 2005 by jw35 (talk | contribs) (NoCatAuth moved to NoCat)
Jump to navigationJump to search

From the documentation (what there is of it) for the authentication part of NoCatAuth (http://nocat.net/), and the code, it looks as if it should be possible to create a version that used Raven for authentication quite easily, either exclusively or in a "click here for Raven, otherwise enter your local id/pwd here" mode. However doing so would probably require a new version of the main 'login' cgi, but that's fairly self-contained and only short (a couple of pages of Perl).

Someone who has adapted NoCat to work with the University of Washington's PubCookie authentication system (which is similar to Raven) wrote:

   Here's the short version what I did:

   1) Modify the login script to skip authentication and jump directly to notifying the 
   gateway that the user is authorized

   2) Protect the login script with Pubcookie (or raven)

   The gateway should be configured to redirect to the login script. The user is then    
   prompted for university credentials, and finally the login script connects back to the   
   gateway.