From 849caab922800e6737d5b5dd5ba7ad3d078286dd Mon Sep 17 00:00:00 2001 From: fyksen Date: Wed, 23 Aug 2023 21:11:33 +0200 Subject: [PATCH] Update website/integrations/services/tandoor-recipes/index.md Co-authored-by: risson <18313093+rissson@users.noreply.github.com> Signed-off-by: fyksen --- website/integrations/services/tandoor-recipes/index.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/website/integrations/services/tandoor-recipes/index.md b/website/integrations/services/tandoor-recipes/index.md index 4f9a3fbe5..968cf56b0 100644 --- a/website/integrations/services/tandoor-recipes/index.md +++ b/website/integrations/services/tandoor-recipes/index.md @@ -58,11 +58,7 @@ Create a Application with the following parameters: ## Tandoor Recipy -- Add this to your `.env` file (please make sure to insert your `server_url`, `client_id` and `secret`): - -``` -SOCIALACCOUNT_PROVIDERS={ "openid_connect": { "SERVERS": [{ "id": "authentik", "name": "Authentik", "server_url": "https://authentik.company/application/o/tandoor/.well-known/openid-configuration", "token_auth_method": "client_secret_basic", "APP": { "client_id": "ClientIdFromProvider", "secret": "SecretFromProvider" } } ] } } -``` +- Set the following environment variables on your Tandoor Recipes installation (please make sure to use the correct values for `server_url`, `client_id` and `secret`): - Restart Tandoor, you should now see `Sign In Via Authentik` button.