Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSixto Martin <root@consigna-confia.cica.es>2012-12-27 19:51:44 +0400
committerSixto Martin <smartin@yaco.es>2012-12-27 22:03:16 +0400
commitb24ebcfb0a802346dd07b3f0bb5cc63cc9be930f (patch)
tree272266f4a03eb257f5ed6c521e4fe0ce2e21eea7 /user_saml
parentd5ab8f7fd6558e97b8eb99b3daf93d888e2567d1 (diff)
Add warning about session problem for owncloud 4.5.5 and later versions
Diffstat (limited to 'user_saml')
-rw-r--r--user_saml/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/user_saml/README.md b/user_saml/README.md
index a720e0f96..202ea579e 100644
--- a/user_saml/README.md
+++ b/user_saml/README.md
@@ -24,7 +24,11 @@ STEPS
2. Access to ownCloud web with an user with admin privileges.
3. Access to the Appications pannel and enable the SAML app.
4. Access to the Administration pannel and configure the SAML app.
+5. Take care of session issue. ownCloud 4.5.5 and after version set for ownCloud its own session cookiename and that makes conflicts with simpleSAMLphp. There are 2 solutions for this problem:
+
+* Set the same cookiename to simpleSAMLphp and ownCloud. Check the value of the 'instanceid' at config/config.php in ownCloud, and set the same value to the 'session.phpsession.cookiename' var of the config/config.php of simpleSAMLphp
+* Use different session handler for ownCloud and simpleSAMLphp, Use memcache or SQL backend in simpleSAMLphp (http://simplesamlphp.org/docs/stable/simplesamlphp-maintenance#section_2)
EXTRA INFO
==========