-
```
1.)
Notice: Use of undefined constant DRUPAL_ROOT - assumed 'DRUPAL_ROOT' in
/simplesamlphp/modules/drupalauth/lib/Auth/Source/UserPass.php on line 107
To fix change line 107 from
define(DRUPAL_R…
-
```
1.)
Notice: Use of undefined constant DRUPAL_ROOT - assumed 'DRUPAL_ROOT' in
/simplesamlphp/modules/drupalauth/lib/Auth/Source/UserPass.php on line 107
To fix change line 107 from
define(DRUPAL_R…
-
```
The issue is that when passing a return to param to the logout() method, the
param is not used.
Here is working code to make that work, the code usses snippets from the drupal
redirect logout m…
-
```
In the simpleSAMLphp installation page, I clicked on the Authentication tab to
test the drupalauth connection. I entered a username and password for an
account in the site and got the following …
-
I noticed in the documentation mention of the issue with Windows machines popping up NTLM authentication boxes, which rather negates the point of the Negotiate module. We hit this some years ago with …
-
```
1.)
Notice: Use of undefined constant DRUPAL_ROOT - assumed 'DRUPAL_ROOT' in
/simplesamlphp/modules/drupalauth/lib/Auth/Source/UserPass.php on line 107
To fix change line 107 from
define(DRUPAL_R…
-
```
1.)
Notice: Use of undefined constant DRUPAL_ROOT - assumed 'DRUPAL_ROOT' in
/simplesamlphp/modules/drupalauth/lib/Auth/Source/UserPass.php on line 107
To fix change line 107 from
define(DRUPAL_R…
-
Hay que estudiar que la instalación pueda llegar a hacerse por completo con composer, en lugar del script shell actual (este script lo tenéis en su última versión en /var/www/install.sh en la máquina …
-
Can i find some documentation about this module?
In example:
What do i need to configure in simplesamlphp to make this module work?
Is there an Identity url available to test the consumer?
-
```
Made 2 Drupal installations - one as parent and other one as child.
Made 2 'SimpleSAMLphp' installations - one as Identity Provider(idp) and other
as Service Provider(sp).
In the parent Drupal …