Closed (fixed)
Project:
simpleSAMLphp Authentication
Version:
7.x-2.0-alpha1
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2012 at 12:43 UTC
Updated:
22 Feb 2013 at 18:40 UTC
I noticed there doesn't seem to be any documentation showing that your Drupal site needs the Apache alias that allows all requests to "/simplesamlphp" to be handled by the by simplesamlphp. This needed to be in my Drupal site's virtual host file after the document root declaration before the module would work.
Alias /simplesaml /var/www/simplesamlphp/www
Comments
Comment #1
doublejosh commentedThis is documented in the SimpleSAMLphp install guide under "Configuring Apache."
http://simplesamlphp.org/docs/1.9/simplesamlphp-install
Important note, you need to place the library OUTSIDE the webroot and alias ONLY the www directory within simplesaml.
That's the only reason the alias is necessary.
Here's the code from that page...
Comment #2
doublejosh commentedWould still be good to better doc this stuff and/or provide direct links, etc.
Comment #3
colanWe've got:
...in the README, which I think is good enough.