FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
user avatar
Brian Matemachani authored
09a46d7c
History

Raven authentication

Build Status

This module allows users to log into a Drupal site using Raven, the University of Cambridge's central authentication service.

Users can log into an existing account assuming their CRSid has been used as their username, otherwise a new account is created (if your site allows visitors to create accounts).

Access can be restricted to members of a specified department/instution - using the Institution's unique id from Lookup (e.g. UIS)

Configuration is through 'Configuration -> People -> Raven authentication' or 'sitename'/admin/config/people/raven

The setting only takes effect if you turn on "Enable administrator approval override" on the configuration screen to "Override the Drupal administrator approval settings for users successfully authenticated by Raven." otherwise the settings on 'Configuration -> People -> Account settings' ('sitename'/admin/config/people/accounts) apply.

Authors

It is based on the Ucamraven module and uses code from the UcamWebauth PHP class.

Requirements