1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-24 16:26:23 +00:00
kopano-docker/owncloud/konnectd.config.php
Felix Bartels d531ac4b1c
Fixes (#283)
* make readme of owncloud more clear
* clarify setup.sh
* make user23 an admin by default
* remove hard depenency on reg
* add completed message
* set more attributes on startup

Signed-off-by: Felix Bartels <felix@host-consultants.de>

* use cn instead of uid
* add config for owncloud phoenix ui and openid plugin
* add override for experimental feature endpoint
* import kweb-calendar.cfg
* experimental endpoint is yes/no
* grapi also needs the ability to run insecure
* grapi needs to resolve the domain, therefore needs to be in the web network
2019-11-12 22:23:38 +01:00

17 lines
500 B
PHP

<?php
$CONFIG = [
'loglevel' => 0,
'debug' => true,
'openid-connect' => [
'provider-url' => 'https://kopano.demo:2015',
'client-id' => 'ownCloud',
'client-secret' => 'ownCloud',
'loginButtonName' => 'kopano',
'autoRedirectOnLoginPage' => false,
'redirect-url' => 'https://kopano.demo:2015/owncloud/index.php/apps/openidconnect/redirect',
'mode' => 'email',
'search-attribute' => 'email',
'use-token-introspection-endpoint' => false
],
];