You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ So in a X.Y.Z version:
31
31
- X - major SimpleSAMLphp version
32
32
- Y - major Drupal version
33
33
- Z - inthis module incremental version
34
-
34
+
35
35
Example: for SimpleSAMLphp version 1.15.4 with Drupal version 8.5.6 and this module version 1 we will have tag 1.8.1. Same thing for Drupal 7 will be 1.7.1.
36
36
37
37
`master` at the moment corresponds to 1.8.*. Branch `1.7` is respectfully for Drupal 7 (not composer integration yet).
@@ -41,7 +41,7 @@ Example: for SimpleSAMLphp version 1.15.4 with Drupal version 8.5.6 and this mod
41
41
### Requirements
42
42
43
43
1. Install Drupal 8.x
44
-
2. Install simpleSAMLphp
44
+
2. Install simpleSAMLphp
45
45
3. Install drupalauth
46
46
4. Configure SimpleSAMLphp to use something other than `phpsession` for session storage, e.g., SQL or memcache (See: `store.type` in `simplesamlphp/config/config.php`).
47
47
5. Configure the authentication source in `simplesamlphp/config/authsources.php` as described below.
@@ -58,7 +58,7 @@ Configure the authentication source by putting following code into `simplesamlph
58
58
'drupal-userpass' => array(
59
59
'drupalauth:UserPass',
60
60
61
-
// The filesystem path of the Drupal directory.
61
+
// The filesystem path of the Drupal directory.
62
62
'drupalroot' => '/var/www/drupal-8.0',
63
63
64
64
// Whether to turn on debug
@@ -67,7 +67,7 @@ Configure the authentication source by putting following code into `simplesamlph
67
67
// Which attributes should be retrieved from the Drupal site.
0 commit comments