Running into a couple of challenges. Seems like there has been a update to Drupal 8 that prevents accessing things in the vendor folder. I have done a ln -s from vendor/simplesamlphp/simplesamlphp/www to DRUPAL_ROOT/simplesaml but get a Apache 403 error. I have checked htaccess files and other things, but no dice.
Moving SimpleSAMLPHP out of the vendor folder to anywhere else allows me to access SimpleSaml's interface. However, the DrupalExternal module for SimpleSAML no longer works because it does not have a working connection to Drupal's code base.
Im working on some solutions for this, one of them is including Drupal's autoloading file at the top of the External.php file. Will use this issue to document my progress as I go.
Running into a couple of challenges. Seems like there has been a update to Drupal 8 that prevents accessing things in the vendor folder. I have done a ln -s from vendor/simplesamlphp/simplesamlphp/www to DRUPAL_ROOT/simplesaml but get a Apache 403 error. I have checked htaccess files and other things, but no dice.
Moving SimpleSAMLPHP out of the vendor folder to anywhere else allows me to access SimpleSaml's interface. However, the DrupalExternal module for SimpleSAML no longer works because it does not have a working connection to Drupal's code base.
Im working on some solutions for this, one of them is including Drupal's autoloading file at the top of the External.php file. Will use this issue to document my progress as I go.