Changes

Jump to: navigation, search

Auth Module

27 bytes added, 20:05, 20 January 2011
no edit summary
# Make expiration date configurable
:expiration_date => lambda {return 1.week.ago},
# OpenSSO URL, specific to NYU's implementation of PDS. # Could easily be removed to make the local PDS module more generic.
:opensso_path => "https://login.nyu.edu:443/sso",
# PDS URL
# System name since the module is used in many different contexts and different apps
:system_name => :umlaut,
# Cookie name that is used to help with performance since the module is used in # many different contexts and different apps
:cookie_name => :nyulibrary_opensso_umlaut,
:additional_user_attributes => lambda do |user_session|
h = {}
# NYU is using this module for several of our ruby apps # and this mechanism allows us to include different user attributes per system.
# It's included here to give an idea of the flexibility of the module.
return h
58
edits

Navigation menu