UM-USElab / GradeCraft

GradeCraft is a gamified gradebook, intended to help motivate students to be more engaged in their own learning.
GNU Affero General Public License v3.0
9 stars 6 forks source link

Authentication #116

Closed chcholman closed 12 years ago

chcholman commented 12 years ago

Connect Cosign with Sorcery

kevinchampion commented 12 years ago

I don't imagine it will be, but if it's of help I can walk you through how the process logic in Cosign module in Drupal works (I rewrote chunks of it). By 'process logic' I mean how it matches the remote user (uniqname) as retrieved from apache Cosign to local Drupal users, and what it does for all the edge cases (remote user local user mismatch, remote user doesn't have local user, dealing with UM Friend accounts, user logout, invalid login, etc.).