Skip to content

Commit 2639600

Browse files
committed
Add note about Drupal cache
1 parent c91db0a commit 2639600

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Users interact with Drupal to create accounts, manage accounts, and authenticate
88

99
The drupalauth module for simpleSAMLphp makes it easy to create a SAML or Shibboleth identity provider (IdP) by enabling authentication of users against a Drupal site on the same server. This allows the administrator to leverage the user management and integration capabilities of [Drupal](http://drupal.org) for managing the identity life cycle.
1010

11-
NOTE: This is software establishes a SAML identity provider (IdP) using Drupal as the user database instead of LDAP. If you want to establish your Drupal site as a SAML service provider (SP) connected to a SAML or Shibboleth IdP, see the [simplesamlphp_auth](https://www.drupal.org/project/simplesamlphp_auth) module for Drupal.
11+
**NOTE:** This is software establishes a SAML identity provider (IdP) using Drupal as the user database instead of LDAP. If you want to establish your Drupal site as a SAML service provider (SP) connected to a SAML or Shibboleth IdP, see the [simplesamlphp_auth](https://www.drupal.org/project/simplesamlphp_auth) module for Drupal.
1212

1313
### simpleSAMLphp module
1414

@@ -36,6 +36,13 @@ Example: for SimpleSAMLphp version 1.15.4 with Drupal version 8.5.6 and this mod
3636

3737
`master` at the moment corresponds to 1.8.*. Branch `1.7` is respectfully for Drupal 7 (not composer integration yet).
3838

39+
## Note on Drupal configuration
40+
41+
Disabling `discovery` cache will prevent this module from functioning.
42+
43+
See this issue <https://github.com/drupalauth/simplesamlphp-module-drupalauth/issues/71>, specifically
44+
[this comment](https://github.com/drupalauth/simplesamlphp-module-drupalauth/issues/71#issuecomment-815725363).
45+
3946
## Installation
4047

4148
### Requirements

0 commit comments

Comments
 (0)