From 4ba224875fb5878c699553b34b7988de53c7da00 Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 13 May 2024 17:37:57 +0200 Subject: [PATCH] add alakazam integration file alaconnect.yml --- alaconnect.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 alaconnect.yml diff --git a/alaconnect.yml b/alaconnect.yml new file mode 100644 index 0000000..28f83d6 --- /dev/null +++ b/alaconnect.yml @@ -0,0 +1,9 @@ +authentik: + env: + OIDC_NAME: "Authentik" + OIDC_DISCOVERY_URL: "https://authentik.example.com/application/o/rallly/.well-known/openid-configuration" + OIDC_CLIENT_ID: rallly + uncomment: + - compose.oidc.yml + - SECRET_OIDC_CLIENT_SECRET_VERSION + - OIDC_ENABLED