Update website/integrations/services/tandoor-recipes/index.md

Co-authored-by: risson <18313093+rissson@users.noreply.github.com>
Signed-off-by: fyksen <fredrik@fyksen.me>
This commit is contained in:
fyksen 2023-08-23 21:11:33 +02:00 committed by GitHub
parent 2d3ccfe1a2
commit 849caab922
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.