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

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-02-03 14:58:54 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-02-03 14:58:54 +0300
commit38929797b0faab8a7538d5cf100a972abb659166 (patch)
tree5535ea2bdc07f0533f1015953d3c4dd3705d3be0 /go.php
parent36914cf80bc28b797024d07b969c55feefb6ed87 (diff)
Add link to SSO
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'go.php')
-rw-r--r--go.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.php b/go.php
index eb28d6731..ffed53232 100644
--- a/go.php
+++ b/go.php
@@ -27,6 +27,7 @@ $mapping = array(
'admin-setup-well-known-URL' => '/admin_manual/issues/general_troubleshooting.html#service-discovery',
'admin-backup' => '/admin_manual/maintenance/backup.html',
'admin-monitoring' => '/admin_manual/operations/considerations_on_monitoring.html',
+ 'admin-sso' => '/admin_manual/configuration_server/sso_configuration.html',
'developer-code-integrity'=> '/developer_manual/app/code_signing.html',
'developer-theming' => '/developer_manual/core/theming.html',