From cc3be7534e022cba293475101e7c573483e96891 Mon Sep 17 00:00:00 2001 From: Ammar Hussein Date: Fri, 3 Jan 2025 20:02:45 -0800 Subject: [PATCH] fix nextcloud integration --- nextcloud.yaml.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nextcloud.yaml.tmpl b/nextcloud.yaml.tmpl index af62a9e..44c74bc 100644 --- a/nextcloud.yaml.tmpl +++ b/nextcloud.yaml.tmpl @@ -26,6 +26,9 @@ entries: client_id: {{ secret "nextcloud_id" }} client_secret: {{ secret "nextcloud_secret" }} client_type: confidential + redirect_uris: + - url: https://{{ env "NEXTCLOUD_DOMAIN" }} + matching_mode: strict include_claims_in_id_token: true issuer_mode: per_provider name: Nextcloud