Skip to content
Snippets Groups Projects

Resolve "Support SCIM"

Merged Arie Peterson requested to merge 1114-support-scim into main
@@ -183,7 +183,8 @@ data:
run_as "php $occ db:convert-filecache-bigint --no-interaction"
{{- if .Values.scim.token }}
run_as "php $occ config:app:set scimserviceprovider jwt-secret --value={{ .Values.scim.token }}"
set -x
run_as "php $occ config:app:set scimserviceprovider jwt-secret --value {{ .Values.scim.token }}"
{{- end }}
#
# All values in config.json are applied by the nextcloud occ command
Loading