feat: add nextcloud oidc provisioning

This commit is contained in:
Bert-Jan Fikse 2026-02-27 11:23:07 +01:00
parent 3fcaebe1a8
commit b5a6573beb
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
5 changed files with 99 additions and 1 deletions

View file

@ -0,0 +1,6 @@
<?php
$CONFIG = array (
'user_oidc' => array (
'httpclient.allowselfsigned' => {{ nextcloud_oidc_allow_selfsigned | lower }},
),
);