I would like to use SimpleSAMLphp, in my Drupal 8 installation. I have added the required modules. But, when I try to enable the SimpleSAMLphp module, I get the following error:
SimpleSAMLphp module requires the simplesamlphp library
I have read the help file, but I am still a little confused. I am not using composer, so my first step is where I am stuck at:
- Make sure you have a working SimpleSAMLphp installation. It needs to be a standalone installation, which has a "vendor" folder in the root of the project.
Is this to say that installing the module does not install SimpleSAMLphp as a standalone installation? If not, can anyone provide details on how to set that up?