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

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-08-01 18:17:32 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-08-01 18:17:32 +0300
commit69a6484257033cac41c7c25dee8aa7d590467c88 (patch)
tree50405ac2a2b06c9bad39bd7931bc00208d0d2133 /appinfo
parent1109cb663ce4778b3e1e06057f444e117f894541 (diff)
baseurl is expected to be the host name and protocol without path
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 1c672001..d0246488 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -35,7 +35,8 @@ $request = \OC::$server->getRequest();
$userSession = \OC::$server->getUserSession();
$samlSettings = new \OCA\User_SAML\SAMLSettings(
$urlGenerator,
- $config
+ $config,
+ $request
);
$userBackend = new \OCA\User_SAML\UserBackend(