feat: add nextcloud oidc provisioning
This commit is contained in:
parent
3fcaebe1a8
commit
b5a6573beb
5 changed files with 99 additions and 1 deletions
6
roles/nextcloud/templates/oidc.config.php.j2
Normal file
6
roles/nextcloud/templates/oidc.config.php.j2
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
$CONFIG = array (
|
||||
'user_oidc' => array (
|
||||
'httpclient.allowselfsigned' => {{ nextcloud_oidc_allow_selfsigned | lower }},
|
||||
),
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue