From c1d6826d8235fb6182ddcd6b29ba50abf6ab15de Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 13 May 2024 17:33:49 +0200 Subject: [PATCH] add alakazam integration file alaconnect.yml --- alaconnect.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 alaconnect.yml diff --git a/alaconnect.yml b/alaconnect.yml new file mode 100644 index 0000000..30de8cf --- /dev/null +++ b/alaconnect.yml @@ -0,0 +1,15 @@ +authentik: + env: + OIDC_CLIENT_ID: outline + OIDC_AUTH_URI: https://authentik.example.com/application/o/authorize/ + OIDC_TOKEN_URI: https://authentik.example.com/application/o/token/ + OIDC_USERINFO_URI: https://authentik.example.com/application/o/userinfo/ + OIDC_DISPLAY_NAME: "Authentik" + uncomment: + - compose.oidc.yml + - OIDC_ENABLED + - OIDC_USERNAME_CLAIM + - OIDC_SCOPES + - SECRET_OIDC_CLIENT_SECRET_VERSION + shared_secrets: + outline_secret: oidc_client_secret