I'm trying to use the shib_auth module (5.x-3.3) on Drupal 5.12 and can't seem to get it to work properly. I've installed Shib 2.1 SP on the drupal server and have configured the module within drupal and it seems to be configured properly, but after you login you are just redirected back to the login page. The module is configured to use REMOTE_USER for the username and HTTP_SHIB_MAIL for the email address and both of these are set (I verified by running phpinfo()). There does not seem to be much in the way of english documentation for this module so hopefully someone can help me out.

Thanks,
Matt

Comments

matt_uog’s picture

It seems like the documentation for this module was down for awhile but is now back up. The issue was fixed by adding "require shibboleth" to the apache Location configuration for the drupal instance.