smoitozo / drupalauth

Automatically exported from code.google.com/p/drupalauth
0 stars 0 forks source link

baseurlpath not handled correctly by Drupal module #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Configure drupalauth + drupalauth4ssp
2. In simplesaml config.php file, set up baseurlpath to any valid URL 
(http://...)

Logins do not work, because the cookie path that drupal module is trying to set 
will equal to /http://... as per following code:

  // get the baseurlpath
  $config['baseurlpath'] = '/' . $sspConfig->getValue('baseurlpath');

Original issue reported on code.google.com by nexor1...@gmail.com on 26 Nov 2013 at 10:27