Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RoSk0 committed Nov 6, 2023
1 parent ba158fa commit 84494d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ See this issue <https://github.com/drupalauth/simplesamlphp-module-drupalauth/is

### Requirements

1. Install Drupal 8.x
1. Install Drupal 10.x
2. Install simpleSAMLphp
3. Install drupalauth
3. Install drupalauth - `composer require drupalauth/simplesamlphp-module-drupalauth`
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`).
5. Configure the authentication source in `simplesamlphp/config/authsources.php` as described below.

Expand All @@ -67,7 +67,7 @@ Configure the authentication source by putting following code into `simplesamlph
'drupalauth:UserPass',

// The filesystem path of the Drupal directory.
'drupalroot' => '/var/www/drupal-8.0',
'drupalroot' => '/var/www/drupal',

// Whether to turn on debug
'debug' => true,
Expand Down

0 comments on commit 84494d2

Please sign in to comment.