From 90dee7e4feb86934c139f3cf3e29de53079bf983 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Sun, 21 Jul 2024 10:58:13 +0000 Subject: [PATCH] add: immich oidc client --- group_vars/all.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/group_vars/all.yaml b/group_vars/all.yaml index c2d224e..ffe0c46 100644 --- a/group_vars/all.yaml +++ b/group_vars/all.yaml @@ -306,3 +306,16 @@ keycloak_clients: keycloak_id: "00000000-0000-0000-0000-000000000018" groups: "guenter" master_address: "https://wscad.atlantishq.de" + + immich: + party_secret: "0HISTORY_PURGED_SECRET" + client_id: immich + client_secret: "HISTORY_PURGED_SECRET" + redirect_uris: + - "https://immich.atlantishq.de/*" + - "https://i.athq.de/*" + - "app.immich:/" + description: "Immich Pictures" + keycloak_id: "00000000-0000-0000-0000-000000000019" + groups: "" + master_address: "https://i.athq.de"